mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
pulling stuff
This commit is contained in:
commit
47140a15fe
5 changed files with 20 additions and 3 deletions
|
@ -23,6 +23,9 @@ init python:
|
|||
picked = random.randint(0,length - 1)
|
||||
fileName = files[picked]
|
||||
renpy.show(fileName, at_list=[randPosition])
|
||||
#for issue #13 not finalized
|
||||
#if persistent.scroll == True:
|
||||
# config.keymap['dismiss'].append('mousedown_5')
|
||||
|
||||
transform randPosition:
|
||||
alpha 0.0
|
||||
|
@ -352,5 +355,6 @@ label start:
|
|||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
$ wingStory = False
|
||||
pause 1.0
|
||||
call storyline
|
||||
|
|
|
@ -1252,6 +1252,13 @@ label chapter_11:
|
|||
|
||||
Nas "What did I ever do to her…?"
|
||||
|
||||
if wingStory:
|
||||
jump wingA
|
||||
else:
|
||||
jump wingB
|
||||
|
||||
label wingA:
|
||||
|
||||
A "I-er…"
|
||||
|
||||
Nas "What, do you know?"
|
||||
|
@ -1312,6 +1319,10 @@ label chapter_11:
|
|||
|
||||
Nas "..."
|
||||
|
||||
jump wingB
|
||||
|
||||
label wingB:
|
||||
|
||||
Nas "Man..."
|
||||
|
||||
Nas "where did it all go wrong?"
|
||||
|
|
|
@ -67,7 +67,7 @@ label chapter_4:
|
|||
hide naser with moveoutleft
|
||||
hide naomi with moveoutleft
|
||||
"I turn away from the two and leave them behind in the cafeteria."
|
||||
scene bandroom
|
||||
scene auditorium
|
||||
"Now that i’m in front of the auditorium when it isn’t crowded for once, I can get a decent look around the foyer."
|
||||
"The walls are as vine-covered as anywhere else in the building, but the ones here have small magenta flowers blooming on them here and there."
|
||||
"I suppose there’s different kinds of vines, wouldn’t make much sense otherwise. Never really thought about it until now."
|
||||
|
|
|
@ -1465,7 +1465,7 @@ label chapter_5:
|
|||
"Even if he’s constantly checked out."
|
||||
"And smells of burnt skunk."
|
||||
"The fuck is he on, anyway?!"
|
||||
scene bandroom
|
||||
scene auditorium
|
||||
show anon neutral at acenter
|
||||
show reed neutral at sright
|
||||
Re "It’s carfe, bro…"
|
||||
|
@ -1755,6 +1755,9 @@ label chapter_5:
|
|||
jump interrupt4c
|
||||
|
||||
label quiet4c:
|
||||
|
||||
$ wingStory = True
|
||||
|
||||
F "And the worst part is he can’t even hate me."
|
||||
|
||||
show fang sad
|
||||
|
|
|
@ -52,7 +52,6 @@ label chapter_6:
|
|||
"Still feeling refreshed, I grab my jacket and start making my way across town to Fang’s house."
|
||||
scene black with fade
|
||||
"..."
|
||||
scene home fang day with fade
|
||||
play music "audio/OST/Skinrow Soul.ogg" fadein 1.0
|
||||
show anon neutral at aleft
|
||||
"Passing through the snobby part of town to catch a bus, my thoughts begin intruding on me."
|
||||
|
|
Loading…
Reference in a new issue