mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
png to jpg
This commit is contained in:
parent
4a0ac7360e
commit
8c9e106cfa
2 changed files with 17 additions and 17 deletions
|
@ -709,14 +709,14 @@ image home fang night lessblurred = im.Blur('images/backgrounds/home fang night.
|
|||
image home fang night barelyblurred = im.Blur('images/backgrounds/home fang night.jpg', 0.5)
|
||||
image d01_blur = im.Blur('images/cgs/d01.jpg', 1.5)
|
||||
|
||||
image fangroomfuture = "images/backgrounds/fangroomfuture.png"
|
||||
image livingroomdayalt = "images/backgrounds/livingroomdayalt.png"
|
||||
image emptyroomnight = "images/backgrounds/emptyroomnight.png"
|
||||
#image fangroomfuture = "images/backgrounds/fangroomfuture.png"
|
||||
#image livingroomdayalt = "images/backgrounds/livingroomdayalt.png"
|
||||
#image emptyroomnight = "images/backgrounds/emptyroomnight.png"
|
||||
|
||||
image naomifangcg = "images/cgs/naomifangcg.png"
|
||||
image naomifangcg blur = im.Blur("images/cgs/naomifangcg.png", 1.5)
|
||||
image naomiletter = 'images/cgs/naomiletter.png'
|
||||
image ending_d_cg = 'images/cgs/golden ending.png'
|
||||
#image naomifangcg = "images/cgs/naomifangcg.png"
|
||||
image naomifangcg blur = im.Blur("images/cgs/naomifangcg.jpg", 1.5)
|
||||
image naomiletter = 'images/cgs/naomiletter.jpg'
|
||||
image ending_d_cg = 'images/cgs/golden ending.jpg'
|
||||
|
||||
image photoviewfinder = 'images/other/photoviewfinder.png'
|
||||
|
||||
|
@ -760,7 +760,7 @@ image blurring_shooter:
|
|||
#caller bgs
|
||||
image anonday_videocall_bg = im.Crop(im.FactorScale("images/backgrounds/foodcourt.jpg", 0.9),(0,40,576,920))
|
||||
image anonnight_videocall_bg = im.Crop(im.FactorScale("images/backgrounds/room anon dark.jpg", 0.9),(100,40,576,920))
|
||||
image fangphonebg = im.Crop(im.FactorScale("images/backgrounds/anonroomday2.png", 0.9),(400,40,576,920))
|
||||
image fangphonebg = im.Crop(im.FactorScale("images/backgrounds/anonroomday2.jpg", 0.9),(400,40,576,920))
|
||||
image fpvcblack = im.Scale("images/other/black.png", 565, 1100)
|
||||
image call_ended = im.Scale("images/other/black.png", 656, 700)
|
||||
image caller_black = im.Scale("images/other/blackwtransp.png", 656, 700)
|
||||
|
|
|
@ -8,7 +8,7 @@ label chapter_13D:
|
|||
|
||||
F "Nice suit! Did ya get it from the suit store?"
|
||||
|
||||
scene gold_fang_home_prom_stars with Dissolve(2)
|
||||
scene gold_fang_home_prom_stars with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
"Holy shit, she can really rock that dress."
|
||||
|
@ -17,9 +17,9 @@ label chapter_13D:
|
|||
pause 2.0
|
||||
|
||||
FD "Ahem."
|
||||
|
||||
|
||||
"Ah. {w=0.2}Shit."
|
||||
|
||||
|
||||
scene home fang night
|
||||
show fang d prom happy flip at sright
|
||||
with fade
|
||||
|
@ -1162,7 +1162,7 @@ label chapter_13D:
|
|||
show naser prom happy at sleft with easeinleft
|
||||
show naomi prom happy with easeinleft:
|
||||
xalign 0.9 yalign 0.0
|
||||
show naomi prom happy flip with dissolve
|
||||
show naomi prom happy flip with dissolve
|
||||
"Spears backs out of the spotlight, giving a polite applause to the pair as they rush onstage to accept."
|
||||
|
||||
"The rest of the class is in a celebratory uproar."
|
||||
|
@ -1242,7 +1242,7 @@ label chapter_13D:
|
|||
|
||||
"It took half a year but she finally completed the song from the roof."
|
||||
|
||||
play music 'audio/OST/Amberlight Brilliance - Live.ogg' fadein 1.0
|
||||
play music 'audio/OST/Amberlight Brilliance D ending.ogg' fadein 1.0
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
@ -1349,7 +1349,7 @@ label chapter_13D:
|
|||
"The cool night air feels absolutely amazing after we spent so long in the sweatbox of a gym."
|
||||
|
||||
show anon prom neutral at acenter with dissolve:
|
||||
xalign 0.8 #yalign -0.1 zoom 1.35
|
||||
xalign 0.8 #yalign -0.1 zoom 1.35
|
||||
show fang d prom happy with dissolve:
|
||||
xpos 0 #yalign -0.1 #zoom 1.35
|
||||
|
||||
|
@ -1611,7 +1611,7 @@ label chapter_13D:
|
|||
window auto
|
||||
|
||||
show lighter at scenter with easeinbottom:
|
||||
yalign 0.5 zoom 2.0
|
||||
yalign 0.5 zoom 2.0
|
||||
pause 1
|
||||
"Catching it out of the air, I only briefly catch the words ‘FUCK COMMUNISM’ engraved in its side when I hear yet another car approaching."
|
||||
window hide
|
||||
|
@ -2063,8 +2063,8 @@ label chapter_13D:
|
|||
"I’ll never be able to look at marinara the same way."
|
||||
pause 0.5
|
||||
"But pasta-based trauma aside, it’s now the day after Christmas."
|
||||
scene blue
|
||||
show anonfang_xmasmorningbed
|
||||
scene blue
|
||||
show anonfang_xmasmorningbed
|
||||
with fade
|
||||
"I’m sitting in my bed, looking through one of my favorite presents."
|
||||
|
||||
|
|
Loading…
Reference in a new issue