-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAIN.tscn
97 lines (81 loc) · 3.71 KB
/
MAIN.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
[gd_scene load_steps=11 format=2]
[ext_resource path="res://Levels/Amongoose.png" type="Texture" id=1]
[ext_resource path="res://Towers/Obama/Obama(hot).png" type="Texture" id=2]
[ext_resource path="res://Towers/Basic Sus/sussy baka.png" type="Texture" id=3]
[ext_resource path="res://Enemies/Amogus(not sexy).png" type="Texture" id=4]
[ext_resource path="res://among us drip theme song [Reversed]-7SOkmaCl6sg.mp3" type="AudioStream" id=5]
[ext_resource path="res://Towers/Basic Sus/sus_projectile.png" type="Texture" id=6]
[sub_resource type="ParticlesMaterial" id=4]
flag_disable_z = true
direction = Vector3( 0, 1, 0 )
spread = 0.0
gravity = Vector3( 0, 0, 0 )
initial_velocity = 100.0
orbit_velocity = 0.0
orbit_velocity_random = 0.0
[sub_resource type="Curve2D" id=1]
_data = {
"points": PoolVector2Array( 0, 0, 0, 0, -959, -200, 0, 0, 0, 0, -690, -208, 0, 0, 0, 0, -591, -152, 0, 0, 0, 0, -558, -58, 0, 0, 0, 0, -546, 32, 0, 0, 0, 0, -524, 144, 0, 0, 0, 0, -467, 196, 0, 0, 0, 0, -416, 226, 0, 0, 0, 0, -359, 237, 0, 0, 0, 0, -266, 234, 0, 0, 0, 0, -227, 162, 0, 0, 0, 0, -236, 99, 0, 0, 0, 0, -253, -15, 0, 0, 0, 0, -269, -169, 0, 0, 0, 0, -248, -271, 0, 0, 0, 0, -202, -320, 0, 0, 0, 0, -156, -340, 0, 0, 0, 0, -90, -344, 0, 0, 0, 0, 25, -331, 0, 0, 0, 0, 66, -320, 0, 0, 0, 0, 85, -298, 0, 0, 0, 0, 108, -263, 0, 0, 0, 0, 136, -184, 0, 0, 0, 0, 138, -124, 0, 0, 0, 0, 141, -36, 0, 0, 0, 0, 148, -4, 0, 0, 0, 0, 144, 26, 0, 0, 0, 0, 36, 41, 0, 0, 0, 0, -15, 60, 0, 0, 0, 0, -42, 112, 0, 0, 0, 0, -28, 162, 0, 0, 0, 0, -13, 205, 0, 0, 0, 0, 10, 268, 0, 0, 0, 0, 33, 298, 0, 0, 0, 0, 66, 317, 0, 0, 0, 0, 120, 328, 0, 0, 0, 0, 181, 322, 0, 0, 0, 0, 244, 306, 0, 0, 0, 0, 310, 282, 0, 0, 0, 0, 334, 222, 0, 0, 0, 0, 349, 124, 0, 0, 0, 0, 365, 11, 0, 0, 0, 0, 383, -69, 0, 0, 0, 0, 456, -94, 0, 0, 0, 0, 551, -123, 0, 0, 0, 0, 624, -127, 0, 0, 0, 0, 656, -129, 0, 0, 0, 0, 956, -139 )
}
[sub_resource type="Animation" id=2]
resource_name = "Move"
length = 10.0
tracks/0/type = "value"
tracks/0/path = NodePath(".:unit_offset")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 10 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ 0.0, 1.0 ]
}
[sub_resource type="Animation" id=3]
length = 0.001
tracks/0/type = "value"
tracks/0/path = NodePath(".:unit_offset")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ 0.0 ]
}
[node name="MAIN" type="Node2D"]
[node name="Amongoose" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="Camera2D" type="Camera2D" parent="."]
current = true
[node name="Obama(hot)" type="Sprite" parent="."]
position = Vector2( 333, -285 )
texture = ExtResource( 2 )
[node name="SussyBaka(epic)" type="Sprite" parent="."]
position = Vector2( -799, -390 )
rotation = -0.02973
texture = ExtResource( 3 )
[node name="Particles2D" type="Particles2D" parent="SussyBaka(epic)"]
show_behind_parent = true
amount = 2
lifetime = 4.0
process_material = SubResource( 4 )
texture = ExtResource( 6 )
[node name="Enemy Path" type="Path2D" parent="."]
curve = SubResource( 1 )
[node name="Angery Man" type="PathFollow2D" parent="Enemy Path"]
position = Vector2( -959, -200 )
rotation = -0.02973
[node name="AnimationPlayer" type="AnimationPlayer" parent="Enemy Path/Angery Man"]
autoplay = "Move"
anims/Move = SubResource( 2 )
anims/RESET = SubResource( 3 )
[node name="Amogus(notSexy)" type="Sprite" parent="Enemy Path/Angery Man"]
rotation = 0.02973
scale = Vector2( 0.1, 0.025 )
texture = ExtResource( 4 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 5 )