Removed popup from the game, added simple options and menu. Added spawn to tiles and reworked content spawning
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
[gd_scene format=3 uid="uid://cpq7ppe8bw2bq"]
|
||||
|
||||
[node name="Options" type="PanelContainer" unique_id=230632848]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1149639381]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Title" type="RichTextLabel" parent="VBoxContainer" unique_id=1694731141]
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "[font_size=32]Options[/font_size]"
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="VBoxContainer" unique_id=488511819]
|
||||
layout_mode = 2
|
||||
columns = 2
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/GridContainer" unique_id=189106367]
|
||||
layout_mode = 2
|
||||
text = "Light color: "
|
||||
fit_content = true
|
||||
autowrap_mode = 0
|
||||
|
||||
[node name="ColorPickerButton" type="ColorPickerButton" parent="VBoxContainer/GridContainer" unique_id=1830638845]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer" unique_id=1183264327]
|
||||
layout_mode = 2
|
||||
text = "Close"
|
||||
Reference in New Issue
Block a user