56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
[gd_scene format=3 uid="uid://ddfdsj38deof6"]
|
|
|
|
[ext_resource type="Script" uid="uid://d0vbrag76qoil" path="res://scripts/shuriken.gd" id="1_k18gy"]
|
|
[ext_resource type="Texture2D" uid="uid://dimo6wv81xev4" path="res://assets/Fire Pixel Bullet 16x16/All_Fire_Bullet_Pixel_16x16_02.png" id="2_0rvwh"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jr3c8"]
|
|
atlas = ExtResource("2_0rvwh")
|
|
region = Rect2(496, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_yvn8i"]
|
|
atlas = ExtResource("2_0rvwh")
|
|
region = Rect2(512, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_tacqd"]
|
|
atlas = ExtResource("2_0rvwh")
|
|
region = Rect2(528, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_c2qga"]
|
|
atlas = ExtResource("2_0rvwh")
|
|
region = Rect2(544, 32, 16, 16)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_r3mqu"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_jr3c8")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_yvn8i")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_tacqd")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_c2qga")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 20.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_bgiul"]
|
|
radius = 8.0
|
|
|
|
[node name="Shuriken" type="Area2D" unique_id=1854090943]
|
|
script = ExtResource("1_k18gy")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1281987394]
|
|
texture_filter = 1
|
|
sprite_frames = SubResource("SpriteFrames_r3mqu")
|
|
autoplay = "default"
|
|
frame_progress = 0.3453456
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=572140399]
|
|
shape = SubResource("CircleShape2D_bgiul")
|