forked from team-sg/hero-mark-2
added infinite lives mode
This commit is contained in:
parent
f19a49f6e7
commit
ed04bf1c2e
13 changed files with 109 additions and 11 deletions
BIN
graphics/hud/deaths_head.png
Normal file
BIN
graphics/hud/deaths_head.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 B |
35
graphics/hud/deaths_head.png.import
Normal file
35
graphics/hud/deaths_head.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/deaths_head.png-8207d14882a026c4638e68f6f058ba2f.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://graphics/hud/deaths_head.png"
|
||||
dest_files=[ "res://.import/deaths_head.png-8207d14882a026c4638e68f6f058ba2f.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=false
|
||||
flags/anisotropic=false
|
||||
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=true
|
||||
svg/scale=1.0
|
Binary file not shown.
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 673 B |
Binary file not shown.
Before Width: | Height: | Size: 420 B |
BIN
graphics/hud/lives_head.png
Normal file
BIN
graphics/hud/lives_head.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 B |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/hud_old.png-375dbe46e18dedab40b4fcb3c0bcf043.stex"
|
||||
path="res://.import/lives_head.png-d13195bbf6be6456364b8977d7fcec9a.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://graphics/hud/hud_old.png"
|
||||
dest_files=[ "res://.import/hud_old.png-375dbe46e18dedab40b4fcb3c0bcf043.stex" ]
|
||||
source_file="res://graphics/hud/lives_head.png"
|
||||
dest_files=[ "res://.import/lives_head.png-d13195bbf6be6456364b8977d7fcec9a.stex" ]
|
||||
|
||||
[params]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue