-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworld.tscn
53 lines (42 loc) · 1.86 KB
/
world.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[gd_scene load_steps=5 format=3 uid="uid://lfaeseouo8pf"]
[ext_resource type="PackedScene" uid="uid://d1go8og6ua6v6" path="res://character.tscn" id="1_dbg47"]
[ext_resource type="PackedScene" uid="uid://ck4u2rs8gyl" path="res://tree.tscn" id="2_b7340"]
[ext_resource type="PackedScene" uid="uid://dx1bddq70jlr3" path="res://time_indicator.tscn" id="3_nxm3d"]
[ext_resource type="PackedScene" uid="uid://cva8ppi0jo7be" path="res://stockpile.tscn" id="4_d81wp"]
[node name="World" type="Node2D"]
metadata/_edit_lock_ = true
[node name="Character" parent="." groups=["characters"] instance=ExtResource("1_dbg47")]
position = Vector2(174, 314)
[node name="Character2" parent="." groups=["characters"] instance=ExtResource("1_dbg47")]
position = Vector2(176, 118)
[node name="Character3" parent="." groups=["characters"] instance=ExtResource("1_dbg47")]
position = Vector2(177, 523)
[node name="Character4" parent="." groups=["characters"] instance=ExtResource("1_dbg47")]
position = Vector2(993, 89)
[node name="Tree" parent="." instance=ExtResource("2_b7340")]
position = Vector2(560, 301)
scale = Vector2(1, 1)
[node name="Controller" type="Cyst" parent="." node_paths=PackedStringArray("time_indicator", "stockpile", "apple_tree")]
time_indicator = NodePath("../UI/Time indicator")
stockpile = NodePath("../Stockpile")
apple_tree = NodePath("../Tree")
[node name="UI" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 1152.0
offset_bottom = 648.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
metadata/_edit_lock_ = true
[node name="Time indicator" parent="UI" instance=ExtResource("3_nxm3d")]
layout_mode = 1
offset_left = -67.5
offset_right = 67.5
offset_bottom = 23.0
alignment = 1
[node name="Stockpile" parent="." instance=ExtResource("4_d81wp")]
position = Vector2(955, 350)