diff options
Diffstat (limited to 'MainScene.tscn')
-rw-r--r-- | MainScene.tscn | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/MainScene.tscn b/MainScene.tscn index 0f05cc3..90b52b8 100644 --- a/MainScene.tscn +++ b/MainScene.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://assets/background.png" type="Texture" id=1] -[ext_resource path="res://coffee_maschine/coffee_maschine.tscn" type="PackedScene" id=2] +[ext_resource path="res://coffee_machine/coffee_machine.tscn" type="PackedScene" id=2] [ext_resource path="res://main_scene/Label.gd" type="Script" id=3] [ext_resource path="res://buildings/buildings.tscn" type="PackedScene" id=4] +[ext_resource path="res://assets/hire.png" type="Texture" id=5] [node name="Node2D" type="Node2D"] @@ -11,7 +12,7 @@ position = Vector2( 511.115, 299.606 ) texture = ExtResource( 1 ) -[node name="Node2D" parent="." instance=ExtResource( 2 )] +[node name="coffee_machine" parent="." instance=ExtResource( 2 )] position = Vector2( 256.585, 298.451 ) [node name="Label" type="Label" parent="."] @@ -23,3 +24,9 @@ __meta__ = { } [node name="buildings" parent="." instance=ExtResource( 4 )] + +[node name="hiring" type="Node2D" parent="."] + +[node name="hire" type="Sprite" parent="hiring"] +position = Vector2( 519.268, 89.2965 ) +texture = ExtResource( 5 ) |