diff options
Diffstat (limited to 'MainScene.tscn')
-rw-r--r-- | MainScene.tscn | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/MainScene.tscn b/MainScene.tscn index b171e8d..0f05cc3 100644 --- a/MainScene.tscn +++ b/MainScene.tscn @@ -1,3 +1,25 @@ -[gd_scene format=2] +[gd_scene load_steps=5 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://main_scene/Label.gd" type="Script" id=3] +[ext_resource path="res://buildings/buildings.tscn" type="PackedScene" id=4] [node name="Node2D" type="Node2D"] + +[node name="background" type="Sprite" parent="."] +position = Vector2( 511.115, 299.606 ) +texture = ExtResource( 1 ) + +[node name="Node2D" parent="." instance=ExtResource( 2 )] +position = Vector2( 256.585, 298.451 ) + +[node name="Label" type="Label" parent="."] +margin_right = 237.0 +margin_bottom = 97.0 +script = ExtResource( 3 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="buildings" parent="." instance=ExtResource( 4 )] |