mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Merge pull request 'issue2-tweaks' (#2) from issue2-tweaks into master
Reviewed-on: https://git.snootgame.xyz/coolestskinnieinthejungle/SnootGame/pulls/2
This commit is contained in:
commit
26f2a588b7
3 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
||||||
#TODO: transfer that muhfuckin non-script code to this time-out-corner
|
|
||||||
#TODO
|
#TODO
|
||||||
#add chadshark
|
#add chadshark
|
||||||
#The game needs something like a CG gallery, if only to track your progress.
|
#The game needs something like a CG gallery, if only to track your progress.
|
||||||
|
@ -194,7 +193,7 @@ image fang c shocked flip = im.Flip("fang/future sets/fang c shocked.png", horiz
|
||||||
image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True)
|
image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True)
|
||||||
image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True)
|
image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True)
|
||||||
image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True)
|
image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True)
|
||||||
image stella shock alt flip = im.Flip("stella/stella shocked alt.png", horizontal=True)
|
image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True)
|
||||||
|
|
||||||
#considering flips
|
#considering flips
|
||||||
image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True)
|
image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True)
|
||||||
|
|
|
@ -306,6 +306,7 @@ hide trish with moveoutleft
|
||||||
|
|
||||||
"But Reed obviously doesn’t understand cable management."
|
"But Reed obviously doesn’t understand cable management."
|
||||||
|
|
||||||
|
define LeftStage = False
|
||||||
menu:
|
menu:
|
||||||
"Leave the stage as-is":
|
"Leave the stage as-is":
|
||||||
jump LeaveStageAsIs
|
jump LeaveStageAsIs
|
||||||
|
@ -319,7 +320,7 @@ $ anonscore += 1
|
||||||
|
|
||||||
"Probably better to let sleeping fossils lie."
|
"Probably better to let sleeping fossils lie."
|
||||||
|
|
||||||
define LeftStage = "1"
|
$ LeftStage = True
|
||||||
|
|
||||||
jump PostCableConundrum
|
jump PostCableConundrum
|
||||||
|
|
||||||
|
@ -417,7 +418,7 @@ F "We’ve got sweet music to play."
|
||||||
|
|
||||||
scene moebackrooms
|
scene moebackrooms
|
||||||
|
|
||||||
if LeftStage == "1":
|
if LeftStage:
|
||||||
show trish neutral at tleft
|
show trish neutral at tleft
|
||||||
show fang neutral at scenter
|
show fang neutral at scenter
|
||||||
show reed neutral flip at rright
|
show reed neutral flip at rright
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
label chapter_9:
|
label chapter_9:
|
||||||
|
|
||||||
#jump ChVVURMDRAMA - commented out 6/12/21 - probably redundant with new "system"
|
#jump ChVVURMDRAMA - commented out 6/12/21 - probably redundant with new "system"
|
||||||
#TODO: Double check it schizo fgt
|
|
||||||
|
|
||||||
#label ChVVURMDRAMA:- commented out 6/12/21 - probably redundant with new "system"
|
#label ChVVURMDRAMA:- commented out 6/12/21 - probably redundant with new "system"
|
||||||
|
|
||||||
#VVURM DRAMA
|
#VVURM DRAMA
|
||||||
|
|
Loading…
Reference in a new issue