From 15724430070a17ffb4e0fe3a0c3faa8c82fe64e2 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 25 May 2025 00:42:34 -0400 Subject: Add game over screen, back to title, tower affordability indicators --- scenes/ui_option.tscn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'scenes/ui_option.tscn') diff --git a/scenes/ui_option.tscn b/scenes/ui_option.tscn index 21468c6..81e77d9 100644 --- a/scenes/ui_option.tscn +++ b/scenes/ui_option.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" uid="uid://do8a8uq1jvs7b" path="res://scripts/ui_panel.gd" id="1_c3u8h"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sv14y"] -bg_color = Color(0, 0.00526825, 0.379014, 1) +bg_color = Color(0.000427233, 0.12281, 0.492369, 1) [node name="UIOption" type="Panel"] custom_minimum_size = Vector2(16, 16) @@ -32,3 +32,11 @@ theme_override_font_sizes/font_size = 8 [node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 8 + +[node name="ColorRect" type="ColorRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 -- cgit v1.2.3