56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
[gd_scene format=3 uid="uid://0ob28o8i2o8x"]
|
|
|
|
[ext_resource type="Script" uid="uid://c8mvxbub3ollv" path="res://scripts/fireball.gd" id="1_1gl40"]
|
|
[ext_resource type="Texture2D" uid="uid://b7o85cjwf4ufr" path="res://assets/Fire Pixel Bullet 16x16/All_Fire_Bullet_Pixel_16x16_00.png" id="2_cb14k"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_7kba2"]
|
|
radius = 7.0
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_43lgj"]
|
|
atlas = ExtResource("2_cb14k")
|
|
region = Rect2(576, 1, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vqoxj"]
|
|
atlas = ExtResource("2_cb14k")
|
|
region = Rect2(592, 1, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_86oub"]
|
|
atlas = ExtResource("2_cb14k")
|
|
region = Rect2(608, 1, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qaphm"]
|
|
atlas = ExtResource("2_cb14k")
|
|
region = Rect2(624, 1, 16, 16)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_mi4h5"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_43lgj")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_vqoxj")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_86oub")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qaphm")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[node name="Fireball" type="Area2D" unique_id=2100779306]
|
|
script = ExtResource("1_1gl40")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=546945368]
|
|
shape = SubResource("CircleShape2D_7kba2")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1117029857]
|
|
texture_filter = 1
|
|
sprite_frames = SubResource("SpriteFrames_mi4h5")
|
|
autoplay = "default"
|
|
frame_progress = 0.02371424
|