mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
49 lines
1.0 KiB
Plaintext
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="DynamicFontData" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 20
|
|
use_filter = true
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="StatesStackDiplayer" type="Panel"]
|
|
margin_right = 210.0
|
|
margin_bottom = 170.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -105.0
|
|
margin_right = 105.0
|
|
margin_bottom = 40.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Pushown"
|
|
align = 1
|
|
valign = 1
|
|
uppercase = true
|
|
|
|
[node name="States" type="Label" parent="."]
|
|
margin_left = 20.0
|
|
margin_top = 50.0
|
|
margin_right = 190.0
|
|
margin_bottom = 170.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Jump
|
|
Test"
|
|
align = 1
|
|
|
|
[node name="Numbers" type="Label" parent="."]
|
|
margin_left = 20.0
|
|
margin_top = 50.0
|
|
margin_right = 190.0
|
|
margin_bottom = 170.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "1.
|
|
2."
|