mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
stash ch2 changes
This commit is contained in:
parent
528be7f2c8
commit
9e19298144
2 changed files with 1047 additions and 454 deletions
|
@ -25,7 +25,7 @@ init python:
|
||||||
renpy.show(fileName, at_list=[randPosition])
|
renpy.show(fileName, at_list=[randPosition])
|
||||||
# extra music channel so we can do crossfade instead of fadeout followed by fadein
|
# extra music channel so we can do crossfade instead of fadeout followed by fadein
|
||||||
# TODO: function for stopping both channels with optional fadeout so we don't have to keep track of which channel is playing
|
# TODO: function for stopping both channels with optional fadeout so we don't have to keep track of which channel is playing
|
||||||
renpy.music.register_channel("music1","sfx",True,tight=True)
|
renpy.music.register_channel("music1","music",True,tight=True)
|
||||||
# allows playing looped ambience alongside music
|
# allows playing looped ambience alongside music
|
||||||
renpy.music.register_channel("ambient","sfx",True,tight=True)
|
renpy.music.register_channel("ambient","sfx",True,tight=True)
|
||||||
renpy.music.register_channel("ambient1","sfx",True,tight=True)
|
renpy.music.register_channel("ambient1","sfx",True,tight=True)
|
||||||
|
@ -235,6 +235,7 @@ image reed considering flip = im.Flip("reed/reed considering.png", horizontal=Tr
|
||||||
image naser considering flip = im.Flip("naser/naser considering.png", horizontal=True)
|
image naser considering flip = im.Flip("naser/naser considering.png", horizontal=True)
|
||||||
image naomi considering flip = im.Flip("naomi/naomi considering.png", horizontal=True)
|
image naomi considering flip = im.Flip("naomi/naomi considering.png", horizontal=True)
|
||||||
image rosa considering flip = im.Flip("rosa/rosa considering.png", horizontal=True)
|
image rosa considering flip = im.Flip("rosa/rosa considering.png", horizontal=True)
|
||||||
|
image trish considering flip = im.Flip("trish/trish considering.png", horizontal=True)
|
||||||
|
|
||||||
#happy flips
|
#happy flips
|
||||||
image fang happy flip = im.Flip("fang/basic set/fang happy.png", horizontal=True)
|
image fang happy flip = im.Flip("fang/basic set/fang happy.png", horizontal=True)
|
||||||
|
@ -320,6 +321,7 @@ image naser handout flip = im.Flip("naser/naser handout.png", horizontal=True)
|
||||||
|
|
||||||
# vfx
|
# vfx
|
||||||
image black = "#000"
|
image black = "#000"
|
||||||
|
image dimmer_lighter = "#00000033"
|
||||||
image dimmer_light = "#00000066"
|
image dimmer_light = "#00000066"
|
||||||
image dimmer_darker = "#00000088"
|
image dimmer_darker = "#00000088"
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue