From 5e62cca19ee202353d9ad17c9ee0cfe96671864b Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 26 Sep 2024 22:45:36 +0100 Subject: dungeon_manager: Create 3D portal model with texture --- models/portal.png.import | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 models/portal.png.import (limited to 'models/portal.png.import') diff --git a/models/portal.png.import b/models/portal.png.import new file mode 100644 index 0000000..ceea174 --- /dev/null +++ b/models/portal.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dc0hjmpa4ta58" +path="res://.godot/imported/portal.png-1a01825bc426d7d71d336be9d465e5bf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://models/portal.png" +dest_files=["res://.godot/imported/portal.png-1a01825bc426d7d71d336be9d465e5bf.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=0 -- cgit