Files
godot-demo-projects/plugins/custom_dock/custom_dock.tscn
2019-02-26 15:13:08 +01:00

57 lines
1.2 KiB
Plaintext

[gd_scene format=2]
[node name="CustomDock" type="VBoxContainer"]
__meta__ = {
"__editor_plugin_screen__": "2D"
}
[node name="Title" type="Label" parent="."]
margin_right = 141.0
margin_bottom = 14.0
text = "This is a Custom Dock"
[node name="Button" type="Button" parent="."]
margin_top = 18.0
margin_right = 141.0
margin_bottom = 38.0
text = "Really cool"
[node name="GridContainer" type="GridContainer" parent="."]
margin_top = 42.0
margin_right = 141.0
margin_bottom = 74.0
columns = 2
[node name="One" type="Label" parent="GridContainer"]
margin_right = 36.0
margin_bottom = 14.0
text = "One"
[node name="Two" type="Label" parent="GridContainer"]
margin_left = 40.0
margin_right = 68.0
margin_bottom = 14.0
text = "Two"
[node name="Three" type="Label" parent="GridContainer"]
margin_top = 18.0
margin_right = 36.0
margin_bottom = 32.0
text = "Three"
[node name="Four" type="Label" parent="GridContainer"]
margin_left = 40.0
margin_top = 18.0
margin_right = 68.0
margin_bottom = 32.0
text = "Four"
[node name="OptionButton" type="OptionButton" parent="."]
margin_top = 78.0
margin_right = 141.0
margin_bottom = 98.0
text = "Heho"
items = [ "Heho", null, false, -1, null ]
selected = 0