Fixed tile growing
This commit is contained in:
@@ -330,43 +330,89 @@ columns = 2
|
||||
unique_name_in_owner = true
|
||||
margin_top = 719.0
|
||||
margin_right = 314.0
|
||||
margin_bottom = 847.0
|
||||
margin_bottom = 999.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/layout_editor"]
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 307.0
|
||||
margin_bottom = 121.0
|
||||
margin_bottom = 273.0
|
||||
|
||||
[node name="grid_elements" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_right = 300.0
|
||||
margin_bottom = 20.0
|
||||
|
||||
[node name="clear_grid_cell" type="Button" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
[node name="select_rotation" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 24.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 44.0
|
||||
text = "Clear cell"
|
||||
text = "0"
|
||||
items = [ "0", null, false, 0, null, "90", null, false, 1, null, "180", null, false, 2, null, "270", null, false, 3, null ]
|
||||
selected = 0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
[node name="clear_grid_cell" type="Button" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 48.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 62.0
|
||||
margin_bottom = 68.0
|
||||
text = "Clear cell"
|
||||
|
||||
[node name="grow_cell_button" type="Button" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 72.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 92.0
|
||||
text = "Grow"
|
||||
|
||||
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
margin_top = 96.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 100.0
|
||||
|
||||
[node name="grid_elements_corner" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 104.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 124.0
|
||||
|
||||
[node name="grid_elements_side" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 128.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 148.0
|
||||
|
||||
[node name="grid_elements_floor" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 152.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 172.0
|
||||
|
||||
[node name="make_room_button" type="Button" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 176.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 196.0
|
||||
text = "Make Room"
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
margin_top = 200.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 214.0
|
||||
text = "Level"
|
||||
|
||||
[node name="level_value" type="SpinBox" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 66.0
|
||||
margin_top = 218.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 90.0
|
||||
margin_bottom = 242.0
|
||||
|
||||
[node name="layout_selector" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_top = 94.0
|
||||
margin_top = 246.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 114.0
|
||||
margin_bottom = 266.0
|
||||
|
||||
[node name="BuildingLayoutEditor" type="BuildingLayoutEditor" parent="."]
|
||||
source = ExtResource( 2 )
|
||||
@@ -375,7 +421,7 @@ source = ExtResource( 2 )
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="refcube" type="MeshInstance" parent="refcube"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 4, -2 )
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0 )
|
||||
mesh = SubResource( 3 )
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user