ChocolateBird/test/audio_system.tscn

96 lines
2.1 KiB
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 = 384.0
margin_bottom = 118.0
[node name="sfx_buttons" type="ReferenceRect" parent="."]
margin_left = 192.0
margin_top = 96.0
margin_right = 384.0
margin_bottom = 142.0
[node name="sb_bgm" type="SpinBox" parent="."]
margin_top = 138.0
margin_right = 38.0
margin_bottom = 162.0
rect_min_size = Vector2( 38, 0 )
max_value = 69.0
align = 2
[node name="btn_bgm_live" type="Button" parent="."]
margin_left = 190.0
margin_top = 150.0
margin_right = 384.0
margin_bottom = 174.0
text = "Play BGM (live sample playback)"
[node name="btn_bgm_prerendered" type="Button" parent="."]
margin_top = 164.0
margin_right = 140.0
margin_bottom = 188.0
text = "Play BGM (JAOT rendered)"
[node name="btn_render" type="Button" parent="."]
margin_top = 218.0
margin_right = 96.0
margin_bottom = 240.0
text = "Render All BGM"
[node name="btn_stop" type="Button" parent="."]
margin_left = 278.0
margin_top = 176.0
margin_right = 384.0
margin_bottom = 200.0
text = "Stop All Playback"
[node name="lbl_bgm_title" type="Label" parent="."]
margin_left = 42.0
margin_top = 143.0
margin_right = 82.0
margin_bottom = 157.0
[node name="lbl_bgm" type="Label" parent="."]
margin_left = 3.0
margin_top = 123.0
margin_right = 84.0
margin_bottom = 137.0
text = "BGM Playback"
[node name="btn_exit" type="Button" parent="."]
margin_left = 245.0
margin_top = 218.0
margin_right = 384.0
margin_bottom = 240.0
text = "Return to Debug Menu"
[node name="lbl_tempo" type="Label" parent="."]
margin_left = 120.0
margin_top = 192.0
margin_right = 218.0
margin_bottom = 206.0
text = "Tempo scale: 100"
[node name="btn_reset_tempo" type="Button" parent="."]
margin_left = 120.0
margin_top = 218.0
margin_right = 204.0
margin_bottom = 240.0
text = "Reset Tempo"
[node name="slider_tempo" type="HSlider" parent="."]
margin_left = 4.0
margin_top = 205.0
margin_right = 380.0
margin_bottom = 215.0
min_value = 10.0
max_value = 300.0
step = 2.0
value = 100.0
rounded = true