Skip to content

Commit

Permalink
Added Midas door icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Loobinex committed Sep 27, 2024
1 parent df36de9 commit a6b7088
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions Autoload/Graphics.gd
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ var sprite_id = {
"STEEL" : preload("res://dk_images/trapdoor_64/door_pers_iron_std.png"),
"MAGIC" : preload("res://dk_images/trapdoor_64/door_pers_magic_std.png"),
"SECRET" : preload("res://extra_images/secret_door.png"),
"MIDAS" : preload("res://extra_images/midas_door.png"),
# EffectGens
"EFFECTGENERATOR_LAVA" : preload("res://edited_images/GUIEDIT-1/PIC27.png"),
"EFFECTGENERATOR_DRIPPING_WATER" : preload("res://edited_images/GUIEDIT-1/PIC28.png"),
Expand Down
Binary file added extra_images/midas_door.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions extra_images/midas_door.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/midas_door.png-5dd33f87a4519381e4e309564dc27586.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://extra_images/midas_door.png"
dest_files=[ "res://.import/midas_door.png-5dd33f87a4519381e4e309564dc27586.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=true
flags/anisotropic=true
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

0 comments on commit a6b7088

Please sign in to comment.