diff options
author | bd <bdunahu@operationnull.com> | 2025-05-25 00:42:34 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-25 00:42:34 -0400 |
commit | 15724430070a17ffb4e0fe3a0c3faa8c82fe64e2 (patch) | |
tree | 6c10cca48fdfb8bf2d429989d9cd496c775bca37 /scenes/title.tscn | |
parent | 6707c7331860d65eb0ac9bba56af34ea339026c9 (diff) |
Add game over screen, back to title, tower affordability indicators
Diffstat (limited to 'scenes/title.tscn')
-rw-r--r-- | scenes/title.tscn | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/scenes/title.tscn b/scenes/title.tscn index 59450e7..1380aba 100644 --- a/scenes/title.tscn +++ b/scenes/title.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=7 format=3 uid="uid://cgoebhfu5udrc"] -[ext_resource type="Texture2D" uid="uid://cgmfpwb1eb88v" path="res://assets/title.png" id="1_4ignj"] -[ext_resource type="Script" uid="uid://cxmpltan4gkpt" path="res://scenes/title.gd" id="1_wosw1"] -[ext_resource type="AudioStream" uid="uid://coam5ivql7fwj" path="res://assets/13 - The Regret of Victory.wav" id="3_p6dhs"] -[ext_resource type="Script" uid="uid://1d5icis2ddhc" path="res://scripts/audio_looper.gd" id="4_pyl7j"] -[ext_resource type="Shader" uid="uid://d3ktu01mh01ao" path="res://resources/oscillating_text.gdshader" id="5_b3w7a"] +[ext_resource type="Script" uid="uid://cxmpltan4gkpt" path="res://scripts/title.gd" id="1_iryts"] +[ext_resource type="Texture2D" uid="uid://cgmfpwb1eb88v" path="res://assets/title.png" id="2_tkqx6"] +[ext_resource type="AudioStream" uid="uid://coam5ivql7fwj" path="res://assets/13 - The Regret of Victory.wav" id="3_k8ybh"] +[ext_resource type="Script" uid="uid://1d5icis2ddhc" path="res://scripts/audio_looper.gd" id="4_5kvca"] +[ext_resource type="Shader" uid="uid://d3ktu01mh01ao" path="res://resources/oscillating_text.gdshader" id="5_13ku0"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_4rr2b"] -shader = ExtResource("5_b3w7a") +shader = ExtResource("5_13ku0") shader_parameter/height = 2.0 shader_parameter/freq = 3.0 shader_parameter/speed = 5.0 @@ -19,7 +19,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -script = ExtResource("1_wosw1") +script = ExtResource("1_iryts") [node name="TextureRect" type="TextureRect" parent="."] layout_mode = 1 @@ -28,13 +28,13 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -texture = ExtResource("1_4ignj") +texture = ExtResource("2_tkqx6") expand_mode = 2 [node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] -stream = ExtResource("3_p6dhs") +stream = ExtResource("3_k8ybh") autoplay = true -script = ExtResource("4_pyl7j") +script = ExtResource("4_5kvca") [node name="Label" type="Label" parent="."] material = SubResource("ShaderMaterial_4rr2b") @@ -47,6 +47,7 @@ offset_top = -28.0 offset_bottom = -28.0 grow_horizontal = 2 grow_vertical = 0 +theme_override_colors/font_color = Color(1, 0.921569, 0.862745, 1) theme_override_colors/font_shadow_color = Color(0, 0, 0, 1) text = "press 'space'" horizontal_alignment = 1 |