broken_seals/game/addons/mesh_data_resource_editor/MDIEd.tscn

139 lines
3.4 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://addons/mesh_data_resource_editor/MDIEd.gd" type="Script" id=1]
[ext_resource path="res://addons/mesh_data_resource_editor/vertex_position_operation_bg.tres" type="ButtonGroup" id=2]
[ext_resource path="res://addons/mesh_data_resource_editor/UVEditor.gd" type="Script" id=3]
[node name="MDIEd" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
uv_editor_path = NodePath("VBoxContainer/ScrollContainer/UVEditor")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 7.0
margin_top = 7.0
margin_right = 1017.0
margin_bottom = 593.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1010.0
margin_bottom = 20.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_top = 3.0
margin_right = 8.0
margin_bottom = 17.0
text = "V"
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
margin_left = 12.0
margin_right = 31.0
margin_bottom = 20.0
toggle_mode = true
pressed = true
group = ExtResource( 2 )
text = "T"
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer"]
margin_left = 35.0
margin_right = 55.0
margin_bottom = 20.0
toggle_mode = true
group = ExtResource( 2 )
text = "R"
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer"]
margin_left = 59.0
margin_right = 78.0
margin_bottom = 20.0
toggle_mode = true
group = ExtResource( 2 )
text = "S"
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 24.0
margin_right = 1010.0
margin_bottom = 44.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
margin_top = 3.0
margin_right = 7.0
margin_bottom = 17.0
text = "L"
[node name="Button4" type="Button" parent="VBoxContainer/HBoxContainer2"]
margin_left = 11.0
margin_right = 30.0
margin_bottom = 20.0
toggle_mode = true
pressed = true
text = "x"
[node name="Button5" type="Button" parent="VBoxContainer/HBoxContainer2"]
margin_left = 34.0
margin_right = 53.0
margin_bottom = 20.0
toggle_mode = true
pressed = true
text = "y"
[node name="Button6" type="Button" parent="VBoxContainer/HBoxContainer2"]
margin_left = 57.0
margin_right = 76.0
margin_bottom = 20.0
toggle_mode = true
pressed = true
text = "z"
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 48.0
margin_right = 1010.0
margin_bottom = 68.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer3"]
margin_top = 3.0
margin_right = 7.0
margin_bottom = 17.0
text = "F"
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer3"]
margin_left = 11.0
margin_right = 31.0
margin_bottom = 20.0
text = "C"
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer3"]
margin_left = 35.0
margin_right = 55.0
margin_bottom = 20.0
text = "R"
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer3"]
margin_left = 59.0
margin_right = 78.0
margin_bottom = 20.0
text = "F"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
margin_top = 72.0
margin_right = 1010.0
margin_bottom = 586.0
size_flags_horizontal = 3
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="UVEditor" type="Control" parent="VBoxContainer/ScrollContainer"]
margin_right = 100.0
margin_bottom = 100.0
rect_min_size = Vector2( 100, 100 )
script = ExtResource( 3 )