mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
adding scene changes for issue #25
This commit is contained in:
parent
00a4b11694
commit
544640a554
1 changed files with 4 additions and 11 deletions
|
@ -22,6 +22,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
|
||||
|
@ -4650,9 +4653,6 @@ hide naser with moveoutleft
|
|||
hide naomi with moveoutleft
|
||||
"I turn away from the two and leave them behind in the cafeteria."
|
||||
|
||||
#25
|
||||
#waiting on response about this
|
||||
# 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."
|
||||
|
@ -6646,9 +6646,6 @@ A "{alpha=*0.5}{i}He carries a paper roll{/i}{/alpha}"
|
|||
"And smells of burnt skunk."
|
||||
"The fuck is he on, anyway?!"
|
||||
|
||||
#25
|
||||
#waiting on response about this
|
||||
# scene bandroom
|
||||
scene auditorium
|
||||
show anon neutral at acenter
|
||||
show reed neutral at sright
|
||||
|
@ -7782,9 +7779,6 @@ scene room anon day
|
|||
"Still feeling refreshed, I grab my jacket and start making my way across town to Fang’s house."
|
||||
scene black with fade
|
||||
"..."
|
||||
#25
|
||||
# scene home fang day with fade
|
||||
scene sidewalk
|
||||
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."
|
||||
|
@ -7796,8 +7790,7 @@ show anon neutral at aleft
|
|||
"God damn it no this isn’t a daaa-"
|
||||
"Oh shit my stop!"
|
||||
"I scurry off the bus right as the doors are closing."
|
||||
#25
|
||||
# scene sidewalk
|
||||
scene sidewalk
|
||||
show anon neutral at aleft
|
||||
with fade
|
||||
"And I don’t forget to thank the driver."
|
||||
|
|
Loading…
Reference in a new issue