2024-07-05 16:01:08 +09:30
|
|
|
[gd_scene load_steps=3 format=2]
|
2023-07-27 19:58:29 +09:30
|
|
|
|
|
|
|
[ext_resource path="res://test/audio_system.gd" type="Script" id=1]
|
2024-07-05 16:01:08 +09:30
|
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=2]
|
2023-07-27 19:58:29 +09:30
|
|
|
|
|
|
|
[node name="audio_system" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
2023-08-23 17:26:16 +09:30
|
|
|
|
|
|
|
[node name="inst_buttons" type="ReferenceRect" parent="."]
|
|
|
|
margin_right = 348.0
|
|
|
|
margin_bottom = 118.0
|
|
|
|
|
|
|
|
[node name="sfx_buttons" type="ReferenceRect" parent="."]
|
|
|
|
margin_top = 130.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 176.0
|
|
|
|
|
|
|
|
[node name="sb_bgm" type="SpinBox" parent="."]
|
|
|
|
margin_top = 192.0
|
2024-07-05 16:01:08 +09:30
|
|
|
margin_right = 38.0
|
|
|
|
margin_bottom = 216.0
|
2023-08-23 17:26:16 +09:30
|
|
|
rect_min_size = Vector2( 38, 0 )
|
|
|
|
align = 2
|
|
|
|
|
|
|
|
[node name="btn_bgm" type="Button" parent="."]
|
|
|
|
margin_left = 40.0
|
|
|
|
margin_top = 192.0
|
|
|
|
margin_right = 102.0
|
2024-07-05 16:01:08 +09:30
|
|
|
margin_bottom = 216.0
|
2023-08-23 17:26:16 +09:30
|
|
|
text = "Play BGM"
|
2023-12-05 23:18:27 +10:30
|
|
|
|
|
|
|
[node name="btn_stop" type="Button" parent="."]
|
2024-07-05 16:01:08 +09:30
|
|
|
margin_left = 320.0
|
2023-12-05 23:18:27 +10:30
|
|
|
margin_top = 192.0
|
|
|
|
margin_right = 374.0
|
2024-07-05 16:01:08 +09:30
|
|
|
margin_bottom = 216.0
|
2023-12-05 23:18:27 +10:30
|
|
|
text = "Stop All"
|
2024-07-05 16:01:08 +09:30
|
|
|
|
|
|
|
[node name="btn_hack_loop_extension" type="CheckBox" parent="."]
|
|
|
|
margin_left = 105.0
|
|
|
|
margin_top = 192.0
|
|
|
|
margin_right = 315.0
|
|
|
|
margin_bottom = 216.0
|
|
|
|
theme = ExtResource( 2 )
|
|
|
|
text = "HACK: Loop Extension"
|