Update explosion animation for area damage

This commit is contained in:
Moe Poi ~ 2023-12-06 11:56:52 +07:00
parent 9a9fdbde4e
commit d6d1c66eb6
3 changed files with 25 additions and 41 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View file

@ -2,7 +2,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://vpx6vs4ufycr"
uid="uid://b8fdtvgaq5bo6"
path="res://.godot/imported/explosion.png-886739e81fcc3dcfae2147b72459ccad.ctex"
metadata={
"vram_texture": false

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=16 format=3 uid="uid://dqa80ptcc8p70"]
[gd_scene load_steps=14 format=3 uid="uid://dqa80ptcc8p70"]
[ext_resource type="Script" path="res://scripts/bullets/bullet.gd" id="1_lacqw"]
[ext_resource type="Texture2D" uid="uid://c57taqe4k3mi2" path="res://assets/spritesheets/bullet-1.png" id="2_o8iut"]
[ext_resource type="Texture2D" uid="uid://vpx6vs4ufycr" path="res://assets/spritesheets/explosion.png" id="3_wtt2i"]
[ext_resource type="Texture2D" uid="uid://b8fdtvgaq5bo6" path="res://assets/spritesheets/explosion.png" id="3_wtt2i"]
[sub_resource type="CircleShape2D" id="CircleShape2D_3cgpo"]
radius = 6.0
@ -10,75 +10,61 @@ radius = 6.0
[sub_resource type="CircleShape2D" id="CircleShape2D_dyohr"]
radius = 88.0511
[sub_resource type="AtlasTexture" id="AtlasTexture_2161y"]
[sub_resource type="AtlasTexture" id="AtlasTexture_5sdcd"]
atlas = ExtResource("3_wtt2i")
region = Rect2(0, 0, 1500, 1125)
region = Rect2(0, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_iaa62"]
[sub_resource type="AtlasTexture" id="AtlasTexture_5uq50"]
atlas = ExtResource("3_wtt2i")
region = Rect2(1500, 0, 1500, 1125)
region = Rect2(1428, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_6haw2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_8w3i0"]
atlas = ExtResource("3_wtt2i")
region = Rect2(3000, 0, 1500, 1125)
region = Rect2(2856, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_k4fug"]
[sub_resource type="AtlasTexture" id="AtlasTexture_vq42n"]
atlas = ExtResource("3_wtt2i")
region = Rect2(0, 1100, 1500, 1700)
region = Rect2(4284, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_icmj8"]
[sub_resource type="AtlasTexture" id="AtlasTexture_r0vwq"]
atlas = ExtResource("3_wtt2i")
region = Rect2(1500, 1100, 1500, 1700)
region = Rect2(5712, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_cckbs"]
[sub_resource type="AtlasTexture" id="AtlasTexture_011v7"]
atlas = ExtResource("3_wtt2i")
region = Rect2(3000, 1100, 1500, 1700)
region = Rect2(7140, 0, 1428, 2000)
[sub_resource type="AtlasTexture" id="AtlasTexture_s5xhq"]
[sub_resource type="AtlasTexture" id="AtlasTexture_viipg"]
atlas = ExtResource("3_wtt2i")
region = Rect2(0, 2700, 1500, 1500)
[sub_resource type="AtlasTexture" id="AtlasTexture_sxyjv"]
atlas = ExtResource("3_wtt2i")
region = Rect2(1500, 2700, 1500, 1500)
[sub_resource type="AtlasTexture" id="AtlasTexture_50qmh"]
atlas = ExtResource("3_wtt2i")
region = Rect2(3000, 2700, 1500, 1500)
region = Rect2(8568, 0, 1428, 2000)
[sub_resource type="SpriteFrames" id="SpriteFrames_88q0q"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_2161y")
"texture": SubResource("AtlasTexture_5sdcd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_iaa62")
"texture": SubResource("AtlasTexture_5uq50")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6haw2")
"texture": SubResource("AtlasTexture_8w3i0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_k4fug")
"texture": SubResource("AtlasTexture_vq42n")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_icmj8")
"texture": SubResource("AtlasTexture_r0vwq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_cckbs")
"texture": SubResource("AtlasTexture_011v7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s5xhq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_sxyjv")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_50qmh")
"texture": SubResource("AtlasTexture_viipg")
}],
"loop": true,
"name": &"default",
"speed": 12.0
"speed": 5.0
}]
[node name="bullet" type="Area2D"]
@ -103,8 +89,6 @@ shape = SubResource("CircleShape2D_dyohr")
visible = false
scale = Vector2(0.15, 0.15)
sprite_frames = SubResource("SpriteFrames_88q0q")
frame = 7
frame_progress = 0.957328
[connection signal="body_entered" from="." to="." method="_on_Bullet_body_entered"]
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_exited"]