diff options
author | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-27 19:34:24 -0300 |
---|---|---|
committer | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-27 19:34:24 -0300 |
commit | e06387147840d4e0d93528bdf8f80be47ed766d4 (patch) | |
tree | b7c0304ec577528d8ab1d8c9ae381e24165c48f3 | |
parent | abcce30dd3bd33ee6da1be1650d7a05b7d208890 (diff) | |
download | gamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.tar.gz gamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.tar.bz2 gamejam-ggj-2024-e06387147840d4e0d93528bdf8f80be47ed766d4.zip |
explosion sheet and animation resource
-rw-r--r-- | game/shared/assets/explosion_sheet.png | bin | 0 -> 17566 bytes | |||
-rw-r--r-- | game/shared/assets/explosion_sheet.png.import | 34 | ||||
-rw-r--r-- | game/shared/characters/explosion_animation.tres | 53 |
3 files changed, 87 insertions, 0 deletions
diff --git a/game/shared/assets/explosion_sheet.png b/game/shared/assets/explosion_sheet.png Binary files differnew file mode 100644 index 0000000..0a20da7 --- /dev/null +++ b/game/shared/assets/explosion_sheet.png diff --git a/game/shared/assets/explosion_sheet.png.import b/game/shared/assets/explosion_sheet.png.import new file mode 100644 index 0000000..0973fad --- /dev/null +++ b/game/shared/assets/explosion_sheet.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btylon72bklla" +path="res://.godot/imported/explosion_sheet.png-5e5ca5cb8f9168c26f32a29b0bacb43e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://game/shared/assets/explosion_sheet.png" +dest_files=["res://.godot/imported/explosion_sheet.png-5e5ca5cb8f9168c26f32a29b0bacb43e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 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 +}] |