Skip to content

Commit 69cb384

Browse files
committed
In hud.tscn, change font and change coins to gems
1 parent c129ddc commit 69cb384

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

game-06/hud.tscn

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

33
[ext_resource type="PackedScene" uid="uid://csbi7tcvjhju4" path="res://game-06/game_score.tscn" id="1_sqdyh"]
44
[ext_resource type="Script" path="res://addons/block_code/block_code_node/block_code.gd" id="2_kjf1e"]
@@ -8,6 +8,10 @@
88
[ext_resource type="Script" path="res://addons/block_code/code_generation/variable_definition.gd" id="6_70vs7"]
99
[ext_resource type="FontFile" uid="uid://0a8howkelk56" path="res://game-05/font/Orbitron-Bold.ttf" id="7_7m1de"]
1010

11+
[sub_resource type="LabelSettings" id="LabelSettings_vhaqr"]
12+
font = ExtResource("7_7m1de")
13+
font_size = 42
14+
1115
[sub_resource type="Gradient" id="Gradient_vsr38"]
1216
offsets = PackedFloat32Array(0, 0.308594, 0.425781, 1)
1317
colors = PackedColorArray(0, 0, 0, 0, 0.446221, 0.693144, 0.758889, 1, 0.1121, 0.173122, 0.19, 0.988235, 0, 0, 0, 0.984314)
@@ -78,16 +82,16 @@ theme_override_constants/margin_left = 24
7882
theme_override_constants/margin_top = 16
7983

8084
[node name="GameScore" parent="InGamePanel" instance=ExtResource("1_sqdyh")]
81-
position = Vector2(140, 13)
85+
position = Vector2(140, 3)
8286

8387
[node name="Label" type="Label" parent="InGamePanel"]
8488
layout_mode = 2
8589
theme_override_font_sizes/font_size = 50
8690
text = "Score:
8791
"
92+
label_settings = SubResource("LabelSettings_vhaqr")
8893

8994
[node name="GameOverPanel" type="PanelContainer" parent="." groups=["Overlay"]]
90-
visible = false
9195
layout_mode = 2
9296
theme_override_styles/panel = SubResource("StyleBoxTexture_ary77")
9397

@@ -106,7 +110,7 @@ scale = Vector2(1, 1)
106110
layout_mode = 2
107111
size_flags_horizontal = 8
108112
size_flags_vertical = 8
109-
text = "coins "
113+
text = "gems "
110114
label_settings = SubResource("LabelSettings_d6ja6")
111115
horizontal_alignment = 2
112116

0 commit comments

Comments
 (0)