summaryrefslogtreecommitdiff
path: root/hud.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'hud.tscn')
-rw-r--r--hud.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/hud.tscn b/hud.tscn
index 0972314..f76ca3f 100644
--- a/hud.tscn
+++ b/hud.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/hud.gd" type="Script" id=1]
[ext_resource path="res://scripts/multiverse_shop.gd" type="Script" id=2]
+[ext_resource path="res://scripts/storage.gd" type="Script" id=3]
[node name="HUD" type="Node"]
@@ -177,6 +178,7 @@ flat = false
visible = false
rect_clip_content = false
mouse_filter = 0
+script = ExtResource( 3 )
[node name="panel" type="Panel" parent="storage"]