forked from team-sg/hero-mark-2
finished graveyard!!!
This commit is contained in:
parent
63c412ea01
commit
d11ccb37a1
5 changed files with 325 additions and 99 deletions
|
@ -56,7 +56,7 @@ scene = ExtResource( 4 )
|
||||||
resource_name = "Graveyard"
|
resource_name = "Graveyard"
|
||||||
script = ExtResource( 5 )
|
script = ExtResource( 5 )
|
||||||
title = "Graveyard"
|
title = "Graveyard"
|
||||||
shard_titles = [ "All", "Dogs", "Go to ", "Hell", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
shard_titles = [ "Bone Climb", "Soul Graze", "Bow Happy Hellarcher", "Look out for spikes!", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
||||||
save_id = "graveyard"
|
save_id = "graveyard"
|
||||||
scene = ExtResource( 11 )
|
scene = ExtResource( 11 )
|
||||||
|
|
||||||
|
|
35
graphics/player/sg_blink.png.import
Normal file
35
graphics/player/sg_blink.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/sg_blink.png-061b1aa02fe8cd8d1da97eb6f9cb9bd2.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/player/sg_blink.png"
|
||||||
|
dest_files=[ "res://.import/sg_blink.png-061b1aa02fe8cd8d1da97eb6f9cb9bd2.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
|
35
graphics/player/sg_stim.png.import
Normal file
35
graphics/player/sg_stim.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/sg_stim.png-5dc11f85935d2bd053b2df3c37dfb0e9.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/player/sg_stim.png"
|
||||||
|
dest_files=[ "res://.import/sg_stim.png-5dc11f85935d2bd053b2df3c37dfb0e9.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
|
File diff suppressed because one or more lines are too long
|
@ -75,6 +75,12 @@ SceneManager="*res://autoloads/scene_manager.tscn"
|
||||||
Console="*res://autoloads/console.tscn"
|
Console="*res://autoloads/console.tscn"
|
||||||
Fade="*res://autoloads/fade.tscn"
|
Fade="*res://autoloads/fade.tscn"
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
|
||||||
|
shapes/collision/shape_color=Color( 0.564706, 0, 0.701961, 0.188235 )
|
||||||
|
shapes/collision/contact_color=Color( 0.101961, 1, 0.176471, 0.8 )
|
||||||
|
shapes/collision/draw_2d_outlines=false
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/width=256
|
window/size/width=256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue