aboutsummaryrefslogtreecommitdiffstats
path: root/HUD.tscn
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-30 03:46:30 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-30 03:46:30 +0000
commit6c4e9dd16416fc7d0af6dff2a434e03086893f7c (patch)
tree1ce69360c2047f21ad2c948254d5aebe475273ac /HUD.tscn
parent34b97ea823b1627eac2b91825cd1a748d87afd60 (diff)
Add coin to game over
Diffstat (limited to 'HUD.tscn')
-rw-r--r--HUD.tscn28
1 files changed, 26 insertions, 2 deletions
diff --git a/HUD.tscn b/HUD.tscn
index 5be4d5c..2400419 100644
--- a/HUD.tscn
+++ b/HUD.tscn
@@ -1,10 +1,13 @@
-[gd_scene load_steps=8 format=2]
+[gd_scene load_steps=12 format=2]
[ext_resource path="res://HealthBar.gd" type="Script" id=1]
[ext_resource path="res://Wordart.gd" type="Script" id=2]
[ext_resource path="res://assets/wordart.png" type="Texture" id=3]
[ext_resource path="res://assets/preview_4.tres" type="AudioStream" id=4]
[ext_resource path="res://Money.gd" type="Script" id=5]
+[ext_resource path="res://Label2.gd" type="Script" id=6]
+[ext_resource path="res://assets/MinecraftRegular-Bmg3.otf" type="DynamicFontData" id=7]
+[ext_resource path="res://assets/wordart(1).png" type="Texture" id=8]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0, 1, 0, 1 )
@@ -12,6 +15,12 @@ bg_color = Color( 0, 1, 0, 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0, 0, 0, 1 )
+[sub_resource type="DynamicFont" id=3]
+size = 600
+outline_size = 50
+outline_color = Color( 0, 0, 0, 1 )
+font_data = ExtResource( 7 )
+
[node name="HUD" type="CanvasLayer"]
[node name="HBoxContainer" type="HBoxContainer" parent="."]
@@ -53,11 +62,26 @@ text = "0"
script = ExtResource( 5 )
[node name="Wordart" type="Sprite" parent="."]
-position = Vector2( 626, 372 )
+position = Vector2( 626, 246 )
scale = Vector2( 0.171967, 0.186029 )
texture = ExtResource( 3 )
script = ExtResource( 2 )
+[node name="Wordart(1)" type="Sprite" parent="Wordart"]
+position = Vector2( -488.465, 1451.39 )
+scale = Vector2( 0.639108, 0.832261 )
+texture = ExtResource( 8 )
+
+[node name="Label" type="Label" parent="Wordart/Wordart(1)"]
+margin_left = 3885.16
+margin_top = -219.604
+margin_right = 5987.16
+margin_bottom = 983.396
+custom_fonts/font = SubResource( 3 )
+text = "0
+"
+script = ExtResource( 6 )
+
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="Wordart"]
pause_mode = 2
stream = ExtResource( 4 )