2023-07-27 19:58:29 +09:30
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://test/audio_system.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[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
|
|
|
|
margin_right = 23.0
|
|
|
|
margin_bottom = 214.0
|
|
|
|
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
|
|
|
|
margin_bottom = 214.0
|
|
|
|
text = "Play BGM"
|