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

38 lines
920 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://cvi13chv8g4hj"]
2018-06-10 09:45:02 +02:00
[ext_resource type="Script" path="res://debug/states_stack_displayer.gd" id="1"]
2018-06-10 09:45:02 +02:00
[node name="StatesStackDiplayer" type="Panel"]
offset_right = 210.0
offset_bottom = 170.0
script = ExtResource("1")
2018-06-10 09:45:02 +02:00
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Title" type="Label" parent="VBoxContainer"]
layout_mode = 2
2018-06-10 09:45:02 +02:00
text = "Pushown"
uppercase = true
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
2018-06-10 09:45:02 +02:00
[node name="Numbers" type="Label" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
2018-06-10 09:45:02 +02:00
text = "1.
2."
horizontal_alignment = 2
[node name="States" type="Label" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Jump
Test"