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
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 60.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
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 53.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
|
|
|
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="PC/VBC"]
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 1010.0
|
|
|
|
margin_bottom = 28.0
|
|
|
|
|
2022-08-25 15:09:54 +02:00
|
|
|
[node name="MainContainer" type="PanelContainer" parent="PC/VBC"]
|
2022-08-25 11:03:21 +02:00
|
|
|
margin_top = 32.0
|
|
|
|
margin_right = 1010.0
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 46.0
|
2022-08-25 11:03:21 +02:00
|
|
|
|
|
|
|
[node name="AddButton" type="Button" parent="."]
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_top = 64.0
|
2022-08-25 11:03:21 +02:00
|
|
|
margin_right = 1024.0
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 84.0
|
|
|
|
text = "Add Here"
|