From 9efec0230fff03e97047cacc89e28eb2d096cab4 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 26 Sep 2024 18:50:00 +0100 Subject: enemy: Add alien model with basic animations --- models/alien.png.import | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 models/alien.png.import (limited to 'models/alien.png.import') diff --git a/models/alien.png.import b/models/alien.png.import new file mode 100644 index 0000000..1f01df4 --- /dev/null +++ b/models/alien.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr3t6t3oq7etf" +path="res://.godot/imported/alien.png-f703805c546b189da8b8e3c9a316db59.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://models/alien.png" +dest_files=["res://.godot/imported/alien.png-f703805c546b189da8b8e3c9a316db59.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=true +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=0 -- cgit