[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 )]