60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://test/battle_sprites.gd" type="Script" id=1]
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=2]
|
|
|
|
[sub_resource type="InputEventKey" id=3]
|
|
pressed = true
|
|
scancode = 82
|
|
physical_scancode = 82
|
|
|
|
[sub_resource type="ShortCut" id=4]
|
|
shortcut = SubResource( 3 )
|
|
|
|
[sub_resource type="InputEventKey" id=1]
|
|
pressed = true
|
|
scancode = 84
|
|
physical_scancode = 84
|
|
|
|
[sub_resource type="ShortCut" id=2]
|
|
shortcut = SubResource( 1 )
|
|
|
|
[node name="battle_sprites" type="Control"]
|
|
theme = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="btn_anim_choice" type="OptionButton" parent="."]
|
|
anchor_bottom = 0.67
|
|
margin_top = 160.0
|
|
margin_right = 100.0
|
|
margin_bottom = 180.0
|
|
text = "Stand"
|
|
items = [ "Stand", null, false, 0, null, "Guard", null, false, 1, null, "Walk", null, false, 2, null, "Down", null, false, 3, null, "R_Swing", null, false, 4, null, "L_Swing", null, false, 5, null, "Punch", null, false, 6, null, "Cheer", null, false, 7, null, "Recoil", null, false, 8, null, "Chant", null, false, 9, null ]
|
|
selected = 0
|
|
|
|
[node name="btn_prev" type="Button" parent="."]
|
|
margin_top = 196.0
|
|
margin_right = 48.0
|
|
margin_bottom = 218.0
|
|
shortcut = SubResource( 4 )
|
|
text = "P[r]ev"
|
|
|
|
[node name="btn_next" type="Button" parent="."]
|
|
margin_left = 52.0
|
|
margin_top = 196.0
|
|
margin_right = 100.0
|
|
margin_bottom = 218.0
|
|
shortcut = SubResource( 2 )
|
|
text = "Nex[t]"
|
|
|
|
[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"
|
|
|
|
[connection signal="item_selected" from="btn_anim_choice" to="." method="_on_OptionButton_item_selected"]
|
|
[connection signal="pressed" from="btn_prev" to="." method="_on_btn_prev_pressed"]
|
|
[connection signal="pressed" from="btn_next" to="." method="_on_btn_next_pressed"]
|