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=3 uid="uid://beucb04e2mvm7"]
[sub_resource type="Gradient" id="Gradient_y0prk"]
offsets = PackedFloat32Array(0.0210843)
colors = PackedColorArray(0.0705882, 0.0901961, 0.0627451, 1)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_0nkm3"]
gradient = SubResource("Gradient_y0prk")
width = 64
[node name="BGTree" type="Node2D"]
z_index = -90
scale = Vector2(0.78, 0.78)
[node name="Sprite" type="Sprite2D" parent="."]
position = Vector2(68, -426)
scale = Vector2(3.125, 916)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite2" type="Sprite2D" parent="."]
position = Vector2(-1.33514e-05, -202)
rotation = 0.270581
scale = Vector2(1.33656, 427.101)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite3" type="Sprite2D" parent="."]
position = Vector2(153, -146)
rotation = -0.239004
scale = Vector2(1.33656, 427.101)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite4" type="Sprite2D" parent="."]
position = Vector2(-148, 20)
rotation = 0.873128
scale = Vector2(1.33656, 427.101)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite5" type="Sprite2D" parent="."]
position = Vector2(-84, -703)
rotation = 2.24277
scale = Vector2(1.33656, 427.101)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite6" type="Sprite2D" parent="."]
position = Vector2(-71.9999, -954)
rotation = 3.12576
scale = Vector2(9.45908, 322.896)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite7" type="Sprite2D" parent="."]
position = Vector2(285, -920)
rotation = 2.85721
scale = Vector2(7.69613, 391.078)
texture = SubResource("GradientTexture1D_0nkm3")
[node name="Sprite8" type="Sprite2D" parent="."]
position = Vector2(-349, -1070)
rotation = 3.25921
scale = Vector2(6.84112, 358.914)
texture = SubResource("GradientTexture1D_0nkm3")
|