-
Notifications
You must be signed in to change notification settings - Fork 1
/
predator.tscn
37 lines (31 loc) · 1.13 KB
/
predator.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
[gd_scene load_steps=6 format=3 uid="uid://2mce3pt7s3td"]
[ext_resource type="Script" path="res://scripts/predator.gd" id="1_bxum8"]
[ext_resource type="Texture2D" uid="uid://cmec2eovxe5vc" path="res://art/tiburon_1.png" id="2_cjhw6"]
[ext_resource type="Texture2D" uid="uid://01ey175jl7hb" path="res://art/tiburon_2.png" id="3_iras6"]
[sub_resource type="SpriteFrames" id="SpriteFrames_i0oew"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_cjhw6")
}, {
"duration": 1.0,
"texture": ExtResource("3_iras6")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_loxnu"]
size = Vector2(118, 127.5)
[node name="Predator" type="Area2D"]
script = ExtResource("1_bxum8")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(14, 4)
scale = Vector2(0.125696, 0.116174)
sprite_frames = SubResource("SpriteFrames_i0oew")
autoplay = "default"
frame_progress = 0.0532912
offset = Vector2(-835.347, -25.8234)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 1)
shape = SubResource("RectangleShape2D_loxnu")