Skip to content

Commit 407977b

Browse files
Change button labels to colors
1 parent 73d1e6a commit 407977b

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

Common/GameEnd.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=3 format=3 uid="uid://cld6lpt2s7xht"]
1+
[gd_scene load_steps=3 format=3 uid="uid://dr6n48r7hb8d5"]
22

33
[ext_resource type="Script" uid="uid://hfjew7ptc8ks" path="res://Common/GameEnd.cs" id="1_anlgt"]
44
[ext_resource type="FontFile" uid="uid://digk2l351175t" path="res://Common/G.B.BOOT.ttf" id="1_qydbg"]
@@ -38,5 +38,5 @@ horizontal_alignment = 1
3838
layout_mode = 2
3939
theme_override_fonts/font = ExtResource("1_qydbg")
4040
theme_override_font_sizes/font_size = 40
41-
text = "Press [B] To Return To Title Screen"
41+
text = "Press [Blue] To Return To Title Screen"
4242
horizontal_alignment = 1

Credits/Credits.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ offset_bottom = 743.0
158158
grow_horizontal = 2
159159
theme_override_fonts/font = ExtResource("5_62afx")
160160
theme_override_font_sizes/font_size = 40
161-
text = "[B] Title Screen"
161+
text = "[Blue] Title Screen"
162162

163163
[node name="CanvasLayer" type="CanvasLayer" parent="."]
164164

SlugSimulator/Scripts/SlugSimulator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private void TimesUp()
3737

3838
private int _frameTimer = 0;
3939
private int _curMessage = 0;
40-
private readonly string[] _messages = ["You are a slug!", "Press B to run!", "You can not run, for you are a slug.",
40+
private readonly string[] _messages = ["You are a slug!", "Press the blue button to run!", "You can not run, for you are a slug.",
4141
"Enjoy the serenity.", "No classes, no legs, life is easy being a slug.",
4242
"You are a slug, unfortunately you cannot join Slugworks.", "No legs :)",
4343
"The weather is always good for a slug!", "Slugs can't play Midnight Riff (now on Steam) either, how sad.",

TitleScreen/TitleScreen.tscn

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,16 @@ texture = ExtResource("3_ntd8f")
276276
anchors_preset = 5
277277
anchor_left = 0.5
278278
anchor_right = 0.5
279-
offset_left = 503.5
280-
offset_top = 184.0
281-
offset_right = 776.5
282-
offset_bottom = 245.0
279+
offset_left = 106.0
280+
offset_top = 571.0
281+
offset_right = 1121.0
282+
offset_bottom = 696.0
283283
grow_horizontal = 2
284284
theme_override_fonts/font = ExtResource("4_lawj5")
285-
theme_override_font_sizes/font_size = 60
286-
text = "[B] Credits"
285+
theme_override_font_sizes/font_size = 53
286+
text = " [Red] [Blue]
287+
Select Game Credits"
288+
horizontal_alignment = 1
287289

288290
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
289291
stream = ExtResource("3_uidrc")

0 commit comments

Comments
 (0)