-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWorld.tscn
59 lines (43 loc) · 1.67 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
54
55
56
57
58
59
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Tree.tscn" type="PackedScene" id=1]
[ext_resource path="res://noisegrasstexture.png" type="Texture" id=2]
[node name="World" type="Node2D"]
[node name="Camera2D" type="Camera2D" parent="."]
current = true
zoom = Vector2( 0.5, 0.5 )
[node name="Tree" parent="." instance=ExtResource( 1 )]
[node name="Tree2" parent="." instance=ExtResource( 1 )]
position = Vector2( -111.118, -38.0976 )
[node name="Tree3" parent="." instance=ExtResource( 1 )]
position = Vector2( 202.394, -90.4819 )
[node name="Tree4" parent="." instance=ExtResource( 1 )]
position = Vector2( 54.9794, 71.9223 )
[node name="Tree5" parent="." instance=ExtResource( 1 )]
position = Vector2( 109.225, 2.70596 )
[node name="Tree6" parent="." instance=ExtResource( 1 )]
position = Vector2( 3.76976, -82.5854 )
[node name="Tree7" parent="." instance=ExtResource( 1 )]
position = Vector2( -167.87, -107.597 )
[node name="Tree8" parent="." instance=ExtResource( 1 )]
position = Vector2( 131.168, 64.2457 )
[node name="Tree9" parent="." instance=ExtResource( 1 )]
position = Vector2( -65.2302, 65.4146 )
[node name="Tree10" parent="." instance=ExtResource( 1 )]
position = Vector2( -168.87, 35.4027 )
[node name="Tree11" parent="." instance=ExtResource( 1 )]
position = Vector2( 84.1683, 120.246 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
layer = -1
follow_viewport_enable = true
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
show_behind_parent = true
margin_left = -395.0
margin_top = -269.0
margin_right = 420.0
margin_bottom = 332.0
texture = ExtResource( 2 )
expand = true
stretch_mode = 2
__meta__ = {
"_edit_use_anchors_": false
}