summaryrefslogtreecommitdiff
path: root/game/shared/characters
diff options
context:
space:
mode:
authorLAILALORYPC\laila <lailalory@gmail.com>2024-01-27 19:34:24 -0300
committerLAILALORYPC\laila <lailalory@gmail.com>2024-01-27 19:34:24 -0300
commite06387147840d4e0d93528bdf8f80be47ed766d4 (patch)
treeb7c0304ec577528d8ab1d8c9ae381e24165c48f3 /game/shared/characters
parentabcce30dd3bd33ee6da1be1650d7a05b7d208890 (diff)
downloadgamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.tar.gz
gamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.tar.bz2
gamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.zip
explosion sheet and animation resource
Diffstat (limited to 'game/shared/characters')
-rw-r--r--game/shared/characters/explosion_animation.tres53
1 files changed, 53 insertions, 0 deletions
diff --git a/game/shared/characters/explosion_animation.tres b/game/shared/characters/explosion_animation.tres
new file mode 100644
index 0000000..c211bff
--- /dev/null
+++ b/game/shared/characters/explosion_animation.tres
@@ -0,0 +1,53 @@
+[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://b4n7iqd7rrxg0"]
+
+[ext_resource type="Texture2D" uid="uid://btylon72bklla" path="res://game/shared/assets/explosion_sheet.png" id="1_sferd"]
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_2584g"]
+atlas = ExtResource("1_sferd")
+region = Rect2(0, 0, 250, 250)
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_15kyx"]
+atlas = ExtResource("1_sferd")
+region = Rect2(250, 0, 250, 250)
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_5l5l3"]
+atlas = ExtResource("1_sferd")
+region = Rect2(500, 0, 250, 250)
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_81xbp"]
+atlas = ExtResource("1_sferd")
+region = Rect2(0, 250, 250, 250)
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_k38fd"]
+atlas = ExtResource("1_sferd")
+region = Rect2(250, 250, 250, 250)
+
+[sub_resource type="AtlasTexture" id="AtlasTexture_d0f6q"]
+atlas = ExtResource("1_sferd")
+region = Rect2(500, 250, 250, 250)
+
+[resource]
+animations = [{
+"frames": [{
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_2584g")
+}, {
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_15kyx")
+}, {
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_5l5l3")
+}, {
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_81xbp")
+}, {
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_k38fd")
+}, {
+"duration": 1.0,
+"texture": SubResource("AtlasTexture_d0f6q")
+}],
+"loop": true,
+"name": &"default",
+"speed": 20.0
+}]