mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/mesh_data_resource_editor/MDIEd.gd" type="Script" id=1]
|
|
|
|
[node name="MDIEd" type="PanelContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 1010.0
|
|
margin_bottom = 20.0
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_right = 19.0
|
|
margin_bottom = 20.0
|
|
text = "T"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 23.0
|
|
margin_right = 43.0
|
|
margin_bottom = 20.0
|
|
text = "R"
|
|
|
|
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 47.0
|
|
margin_right = 66.0
|
|
margin_bottom = 20.0
|
|
text = "S"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 24.0
|
|
margin_right = 1010.0
|
|
margin_bottom = 44.0
|
|
|
|
[node name="Button4" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_right = 19.0
|
|
margin_bottom = 20.0
|
|
text = "x"
|
|
|
|
[node name="Button5" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_left = 23.0
|
|
margin_right = 42.0
|
|
margin_bottom = 20.0
|
|
text = "y"
|
|
|
|
[node name="Button6" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_left = 46.0
|
|
margin_right = 65.0
|
|
margin_bottom = 20.0
|
|
text = "z"
|