-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tree.tscn
60 lines (49 loc) · 2.01 KB
/
Tree.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
60
[gd_scene load_steps=3 format=2]
[ext_resource path="res://textura.jpg" type="Texture" id=1]
[ext_resource path="res://TreeMotion.gd" type="Script" id=2]
[node name="Tree" type="KinematicBody2D"]
script = ExtResource( 2 )
[node name="textura" type="Sprite" parent="."]
self_modulate = Color( 0.654902, 0.384314, 0.054902, 1 )
scale = Vector2( 3.974, 50 )
texture = ExtResource( 1 )
[node name="textura2" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( -48.4533, -104.949 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura3" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( 18.5203, -122.161 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura4" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( 28.6224, -78.0103 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura5" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( -31.2423, -43.214 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura6" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( -13.657, -78.7587 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura7" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( 23.3843, -17.3974 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura8" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( -24.8816, -131.889 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )
[node name="textura9" type="Sprite" parent="."]
self_modulate = Color( 0.431373, 0.760784, 0.101961, 1 )
position = Vector2( -35.3579, -25.6288 )
scale = Vector2( 14.8842, 14.8842 )
texture = ExtResource( 1 )