ChocolateBird/test/audio_system.tscn

30 lines
693 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"