pandemonium_cms/game/addons/web_pages/editor/WebPageEntryEditor.tscn

65 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-08-25 10:56:43 +02:00
[gd_scene load_steps=2 format=2]
2022-08-25 15:09:54 +02:00
[ext_resource path="res://addons/web_pages/editor/WebPageEntryEditor.gd" type="Script" id=1]
2022-08-25 10:56:43 +02:00
2022-08-25 11:03:21 +02:00
[node name="Entry" type="VBoxContainer"]
2022-08-25 10:56:43 +02:00
margin_right = 1024.0
margin_bottom = 20.0
size_flags_horizontal = 3
script = ExtResource( 1 )
2022-08-25 11:03:21 +02:00
[node name="PC" type="PanelContainer" parent="."]
margin_right = 1024.0
margin_bottom = 52.0
2022-08-25 11:03:21 +02:00
[node name="VBC" type="VBoxContainer" parent="PC"]
2022-08-25 10:56:43 +02:00
margin_left = 7.0
margin_top = 7.0
margin_right = 1017.0
margin_bottom = 45.0
2022-08-25 10:56:43 +02:00
2022-08-25 11:03:21 +02:00
[node name="TopBar" type="HBoxContainer" parent="PC/VBC"]
2022-08-25 10:56:43 +02:00
margin_right = 1010.0
margin_bottom = 20.0
2022-08-25 11:03:21 +02:00
[node name="EntryTypeLabel" type="Label" parent="PC/VBC/TopBar"]
margin_top = 3.0
margin_right = 865.0
margin_bottom = 17.0
size_flags_horizontal = 3
[node name="UpButton" type="Button" parent="PC/VBC/TopBar"]
margin_left = 869.0
margin_right = 899.0
2022-08-25 10:56:43 +02:00
margin_bottom = 20.0
text = "Up"
2022-08-25 11:03:21 +02:00
[node name="DownButton" type="Button" parent="PC/VBC/TopBar"]
margin_left = 903.0
margin_right = 951.0
2022-08-25 10:56:43 +02:00
margin_bottom = 20.0
text = "Down"
2022-08-25 11:03:21 +02:00
[node name="Delete" type="Button" parent="PC/VBC/TopBar"]
margin_left = 955.0
margin_right = 1010.0
2022-08-25 10:56:43 +02:00
margin_bottom = 20.0
text = "Delete"
2022-08-25 11:03:21 +02:00
2022-08-25 15:09:54 +02:00
[node name="MainContainer" type="PanelContainer" parent="PC/VBC"]
margin_top = 24.0
2022-08-25 11:03:21 +02:00
margin_right = 1010.0
margin_bottom = 38.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_top = 56.0
margin_right = 1024.0
margin_bottom = 76.0
alignment = 1
[node name="AddButton" type="Button" parent="HBoxContainer"]
margin_left = 471.0
margin_right = 553.0
margin_bottom = 20.0
text = "+ Add here"