gold counter now key counter
This commit is contained in:
parent
a6c6114e14
commit
7c124cad5e
7 changed files with 117 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/hud/stars_hud.png" type="Texture" id=1]
|
||||
[ext_resource path="res://graphics/hud/lives_head.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/hud/hud.png" type="Texture" id=3]
|
||||
[ext_resource path="res://graphics/hud/deaths_head.png" type="Texture" id=4]
|
||||
[ext_resource path="res://graphics/hud/gold_counter.png" type="Texture" id=5]
|
||||
[ext_resource path="res://objects/hud/hud.gd" type="Script" id=6]
|
||||
[ext_resource path="res://graphics/hud/key_counter.png" type="Texture" id=7]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=10]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
|
@ -37,6 +39,15 @@ margin_bottom = 19.0
|
|||
theme = ExtResource( 10 )
|
||||
text = "0"
|
||||
|
||||
[node name="Gold" type="Sprite" parent="."]
|
||||
visible = false
|
||||
position = Vector2( 8, 6 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
[node name="Key" type="Sprite" parent="."]
|
||||
position = Vector2( 9, 6 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
[node name="RedStar" type="Sprite" parent="."]
|
||||
visible = false
|
||||
material = SubResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue