Files
godot-demo-projects/2d/finite_state_machine/debug/StatesStackDiplayer.tscn

49 lines
1.0 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://debug/states_stack_displayer.gd" type="Script" id=1]
[ext_resource path="res://fonts/SourceCodePro-Bold.ttf" type="FontData" id=2]
[sub_resource type="Font" id=1]
size = 20
use_filter = true
font_data = ExtResource( 2 )
[node name="StatesStackDiplayer" type="Panel"]
offset_right = 210.0
offset_bottom = 170.0
script = ExtResource( 1 )
__meta__ = {
"_edit_group_": true
}
[node name="Title" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
offset_left = -105.0
offset_right = 105.0
offset_bottom = 40.0
custom_fonts/font = SubResource( 1 )
text = "Pushown"
align = 1
valign = 1
uppercase = true
[node name="States" type="Label" parent="."]
offset_left = 20.0
offset_top = 50.0
offset_right = 190.0
offset_bottom = 170.0
custom_fonts/font = SubResource( 1 )
text = "Jump
Test"
align = 1
[node name="Numbers" type="Label" parent="."]
offset_left = 20.0
offset_top = 50.0
offset_right = 190.0
offset_bottom = 170.0
custom_fonts/font = SubResource( 1 )
text = "1.
2."