[gd_scene load_steps=3 format=2] [ext_resource path="res://test/audio_system.gd" type="Script" id=1] [ext_resource path="res://theme/menu_theme.tres" type="Theme" id=2] [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 = 38.0 margin_bottom = 216.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 = 216.0 text = "Play BGM" [node name="btn_stop" type="Button" parent="."] margin_left = 320.0 margin_top = 192.0 margin_right = 374.0 margin_bottom = 216.0 text = "Stop All" [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"