-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrick_scene.tscn
125 lines (95 loc) · 4.53 KB
/
rick_scene.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[gd_scene load_steps=10 format=3 uid="uid://c8b2tl2ap8cak"]
[ext_resource type="Script" path="res://rick_scripts/FileSpawner.cs" id="1_rgwno"]
[ext_resource type="PackedScene" uid="uid://bpjcu0pg1uolp" path="res://rick_scripts/GameButton.tscn" id="2_6k77y"]
[ext_resource type="PackedScene" uid="uid://cu4ilqyv5kok4" path="res://rick_scripts/cursor.tscn" id="2_cydp2"]
[ext_resource type="Texture2D" uid="uid://cfy37hddmxx5l" path="res://Art/UI/Icons/file.png" id="2_l54ds"]
[ext_resource type="Script" path="res://Scripts/Gags/GagController.cs" id="3_jctlq"]
[ext_resource type="PackedScene" uid="uid://tu04lvh6ja7y" path="res://Scripts/Gags/CaptchaGag.tscn" id="6_sfmjw"]
[ext_resource type="PackedScene" uid="uid://b2excr0f7ovs4" path="res://mascot.tscn" id="8_f7aoe"]
[sub_resource type="SegmentShape2D" id="SegmentShape2D_hmngg"]
b = Vector2(1150, 0)
[sub_resource type="SegmentShape2D" id="SegmentShape2D_8y0x1"]
b = Vector2(0, 650)
[node name="Root2" type="Node2D"]
[node name="Controllers" type="Node2D" parent="."]
position = Vector2(545, 282)
[node name="FileSpawner" type="Timer" parent="Controllers" node_paths=PackedStringArray("Cursor")]
wait_time = 5.0
autostart = true
script = ExtResource("1_rgwno")
Cursor = NodePath("../../Cursor")
TrashFilenames = Array[String](["trash!", "trashhhhh", "so trash", "garbaggio"])
FileIcons = Array[Texture2D]([ExtResource("2_l54ds")])
fileScene = ExtResource("2_6k77y")
spawnRect = Rect2(-200, -200, 100, 400)
[node name="GagController" type="Timer" parent="Controllers" node_paths=PackedStringArray("cursor", "mascot")]
wait_time = 10.0
one_shot = true
autostart = true
script = ExtResource("3_jctlq")
gagScenes = Array[PackedScene]([ExtResource("6_sfmjw")])
cursor = NodePath("../../Cursor")
mascot = NodePath("../../Mascot")
[node name="Cursor" parent="." instance=ExtResource("2_cydp2")]
position = Vector2(426, 65)
[node name="Walls" type="Node2D" parent="."]
[node name="Top Wall" type="StaticBody2D" parent="Walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Walls/Top Wall"]
shape = SubResource("SegmentShape2D_hmngg")
[node name="Bottom Wall" type="StaticBody2D" parent="Walls"]
position = Vector2(0, 650)
[node name="CollisionShape2D" type="CollisionShape2D" parent="Walls/Bottom Wall"]
shape = SubResource("SegmentShape2D_hmngg")
debug_color = Color(0, 0.6, 0.701961, 0.419608)
[node name="Right Wall" type="StaticBody2D" parent="Walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Walls/Right Wall"]
position = Vector2(1150, 0)
shape = SubResource("SegmentShape2D_8y0x1")
debug_color = Color(0, 0.6, 0.701961, 0.419608)
[node name="Left Wall" type="StaticBody2D" parent="Walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Walls/Left Wall"]
shape = SubResource("SegmentShape2D_8y0x1")
debug_color = Color(0.380392, 0.47451, 1, 0.419608)
[node name="imageFile" parent="." node_paths=PackedStringArray("cursor") instance=ExtResource("2_6k77y")]
position = Vector2(537, 312)
cursor = NodePath("../Cursor")
destType = 1
[node name="Label" parent="imageFile" index="1"]
text = "image file"
[node name="trashFile" parent="." node_paths=PackedStringArray("cursor") instance=ExtResource("2_6k77y")]
position = Vector2(286, 378)
cursor = NodePath("../Cursor")
[node name="Label" parent="trashFile" index="1"]
text = "trash file"
[node name="TrashDest" parent="." node_paths=PackedStringArray("cursor") instance=ExtResource("2_6k77y")]
position = Vector2(940, 150)
cursor = NodePath("../Cursor")
buttonType = 1
[node name="Label" parent="TrashDest" index="1"]
text = "trash"
[node name="ImagesDest" parent="." node_paths=PackedStringArray("cursor") instance=ExtResource("2_6k77y")]
position = Vector2(940, 350)
cursor = NodePath("../Cursor")
destType = 1
buttonType = 1
[node name="Label" parent="ImagesDest" index="1"]
text = "images
"
[node name="MarketingDest" parent="." node_paths=PackedStringArray("cursor") instance=ExtResource("2_6k77y")]
position = Vector2(940, 550)
cursor = NodePath("../Cursor")
destType = 2
buttonType = 1
[node name="Label" parent="MarketingDest" index="1"]
text = "marketing"
[node name="Mascot" parent="." instance=ExtResource("8_f7aoe")]
z_index = 4096
z_as_relative = false
[connection signal="timeout" from="Controllers/FileSpawner" to="Controllers/FileSpawner" method="OnTimeout"]
[connection signal="timeout" from="Controllers/GagController" to="Controllers/GagController" method="OnTimeout"]
[editable path="Cursor"]
[editable path="imageFile"]
[editable path="trashFile"]
[editable path="TrashDest"]
[editable path="ImagesDest"]
[editable path="MarketingDest"]