aboutsummaryrefslogtreecommitdiff
path: root/main_scene/management.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'main_scene/management.tscn')
-rw-r--r--main_scene/management.tscn5
1 files changed, 4 insertions, 1 deletions
diff --git a/main_scene/management.tscn b/main_scene/management.tscn
index 63dc13d..398f2ea 100644
--- a/main_scene/management.tscn
+++ b/main_scene/management.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=11 format=2]
+[gd_scene load_steps=12 format=2]
[ext_resource path="res://assets/background.png" type="Texture" id=1]
[ext_resource path="res://main_scene/coffee_machine.gd" type="Script" id=2]
@@ -8,6 +8,7 @@
[ext_resource path="res://main_scene/hire_button.gd" type="Script" id=6]
[ext_resource path="res://main_scene/programmers.gd" type="Script" id=7]
[ext_resource path="res://assets/coffee_maschine.png" type="Texture" id=8]
+[ext_resource path="res://upgrades/upgrades.tscn" type="PackedScene" id=9]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 70.4574, 120 )
@@ -57,3 +58,5 @@ script = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="coffee_maschine/Area2D"]
position = Vector2( -40.0001, -0.00012207 )
shape = SubResource( 2 )
+
+[node name="upgrades" parent="." instance=ExtResource( 9 )]