-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKogProjc.tscn
34 lines (28 loc) · 1.05 KB
/
KogProjc.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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://General Nodes/Bullet.cs" type="Script" id=1]
[ext_resource path="res://Assets/Effect/frames/pulse1.png" type="Texture" id=2]
[ext_resource path="res://Assets/Effect/frames/pulse2.png" type="Texture" id=3]
[ext_resource path="res://Assets/Effect/frames/pulse4.png" type="Texture" id=4]
[ext_resource path="res://Assets/Effect/frames/pulse3.png" type="Texture" id=5]
[sub_resource type="CapsuleShape2D" id=3]
height = 9.99284
[sub_resource type="SpriteFrames" id=2]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 5 ), ExtResource( 4 ) ],
"loop": true,
"name": "default",
"speed": 10.0
} ]
[node name="Node2D" type="Area2D"]
rotation = 1.56905
collision_layer = 16
collision_mask = 3
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.56905
shape = SubResource( 3 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
modulate = Color( 0.231373, 1, 0.0235294, 1 )
frames = SubResource( 2 )
frame = 1
playing = true