37 lines
842 B
Plaintext
37 lines
842 B
Plaintext
[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 )
|
|
|
|
[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"
|
|
|
|
[node name="btn_stop" type="Button" parent="."]
|
|
margin_left = 312.0
|
|
margin_top = 192.0
|
|
margin_right = 374.0
|
|
margin_bottom = 214.0
|
|
text = "Stop All"
|