-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanet.tscn
65 lines (56 loc) · 1.86 KB
/
planet.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
61
62
63
64
65
[gd_scene load_steps=7 format=3 uid="uid://bqq4u8fepnipa"]
[ext_resource type="Script" path="res://planet.gd" id="1_8mnmw"]
[ext_resource type="Texture2D" uid="uid://cj5nr0l0dpvoc" path="res://img/planet4.png" id="2_dneef"]
[ext_resource type="Texture2D" uid="uid://deuj64lddp1sk" path="res://img/planet1.png" id="3_3w7wj"]
[ext_resource type="Texture2D" uid="uid://bng7i24tfiow" path="res://img/planet2.png" id="4_1cyn8"]
[ext_resource type="Texture2D" uid="uid://70jaqjo2wsye" path="res://img/planet3.png" id="5_rky4a"]
[sub_resource type="CircleShape2D" id="CircleShape2D_crojv"]
radius = 102.396
[node name="Planet" type="Area2D"]
z_index = 6
z_as_relative = false
collision_layer = 4
collision_mask = 4
script = ExtResource("1_8mnmw")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(120, 117)
shape = SubResource("CircleShape2D_crojv")
[node name="TextureRect" type="TextureRect" parent="."]
z_index = 2
offset_right = 241.0
offset_bottom = 240.0
rotation = -6.28319
pivot_offset = Vector2(120, 120)
texture = ExtResource("2_dneef")
[node name="P1" type="TextureRect" parent="."]
visible = false
z_index = 2
offset_right = 241.0
offset_bottom = 240.0
rotation = -6.28319
pivot_offset = Vector2(120, 120)
texture = ExtResource("3_3w7wj")
[node name="P2" type="TextureRect" parent="."]
visible = false
z_index = 2
offset_right = 241.0
offset_bottom = 240.0
rotation = -6.28319
pivot_offset = Vector2(120, 120)
texture = ExtResource("4_1cyn8")
[node name="P3" type="TextureRect" parent="."]
visible = false
z_index = 2
offset_right = 241.0
offset_bottom = 240.0
rotation = -6.28319
pivot_offset = Vector2(120, 120)
texture = ExtResource("5_rky4a")
[node name="P4" type="TextureRect" parent="."]
visible = false
z_index = 2
offset_right = 241.0
offset_bottom = 240.0
rotation = -6.28319
pivot_offset = Vector2(120, 120)
texture = ExtResource("2_dneef")