Cellular automata implementation
This commit is contained in:
@@ -65,6 +65,14 @@ focus_mode = 2
|
||||
text = "Interior"
|
||||
switch_on_hover = true
|
||||
|
||||
[node name="Automata" type="MenuButton" parent="menu_panel"]
|
||||
margin_left = 237.0
|
||||
margin_right = 311.0
|
||||
margin_bottom = 20.0
|
||||
focus_mode = 2
|
||||
text = "Automata"
|
||||
switch_on_hover = true
|
||||
|
||||
[node name="bg_floor" type="Spatial" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
||||
@@ -339,13 +347,13 @@ columns = 2
|
||||
unique_name_in_owner = true
|
||||
margin_top = 771.0
|
||||
margin_right = 314.0
|
||||
margin_bottom = 1107.0
|
||||
margin_bottom = 1135.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/layout_editor"]
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 307.0
|
||||
margin_bottom = 329.0
|
||||
margin_bottom = 357.0
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
margin_right = 300.0
|
||||
@@ -505,11 +513,49 @@ margin_top = 274.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 298.0
|
||||
|
||||
[node name="layout_selector" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
[node name="g" type="GridContainer" parent="VBoxContainer/layout_editor/VBoxContainer"]
|
||||
margin_top = 302.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 322.0
|
||||
margin_bottom = 350.0
|
||||
columns = 2
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer/layout_editor/VBoxContainer/g"]
|
||||
margin_top = 3.0
|
||||
margin_right = 82.0
|
||||
margin_bottom = 17.0
|
||||
text = "Select layout"
|
||||
|
||||
[node name="layout_selector" type="OptionButton" parent="VBoxContainer/layout_editor/VBoxContainer/g"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 86.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/layout_editor/VBoxContainer/g"]
|
||||
margin_top = 29.0
|
||||
margin_right = 82.0
|
||||
margin_bottom = 43.0
|
||||
text = "New layout"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/layout_editor/VBoxContainer/g"]
|
||||
margin_left = 86.0
|
||||
margin_top = 24.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 48.0
|
||||
|
||||
[node name="layout_create_new" type="LineEdit" parent="VBoxContainer/layout_editor/VBoxContainer/g/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_right = 157.0
|
||||
margin_bottom = 24.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="layout_create_new_button" type="Button" parent="VBoxContainer/layout_editor/VBoxContainer/g/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 161.0
|
||||
margin_right = 214.0
|
||||
margin_bottom = 24.0
|
||||
text = "Create"
|
||||
|
||||
[node name="BuildingLayoutEditor" type="BuildingLayoutEditor" parent="."]
|
||||
source = ExtResource( 2 )
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user