diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-18 03:56:52 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-18 03:56:52 +0200 |
commit | ec3ebd9067c28beae82ef1c647707bd75e9c411a (patch) | |
tree | 05f43a39873ae065e5c2cf5cece1c335aee8d622 /MainScene.tscn | |
parent | ceb3a049b2a51ca7cdb082d5a56c26d7c6549283 (diff) | |
download | LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.tar.gz LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.tar.bz2 LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.zip |
High quality content
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 )] |