mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-24 19:04:54 +01:00
Jin fix
This commit is contained in:
parent
365272dd89
commit
f490b3782a
1 changed files with 4 additions and 4 deletions
|
@ -372,7 +372,7 @@ image trish prom bass flip = im.Flip("trish/trish prom bass.png", horizontal=Tru
|
||||||
image trish smug flip = im.Flip("trish/trish smug.png", horizontal=True)
|
image trish smug flip = im.Flip("trish/trish smug.png", horizontal=True)
|
||||||
image naser smug flip = im.Flip("naser/naser smug.png", horizontal=True)
|
image naser smug flip = im.Flip("naser/naser smug.png", horizontal=True)
|
||||||
image rosa future flip = im.Flip("rosa/rosa future.png", horizontal=True)
|
image rosa future flip = im.Flip("rosa/rosa future.png", horizontal=True)
|
||||||
image jin flip = im.Flip("other/jin.png", horizontal=True)
|
image jinflip = im.Flip("other/jin.png", horizontal=True)
|
||||||
image farnsworth flip = im.Flip("other/farnsworth.png", horizontal=True)
|
image farnsworth flip = im.Flip("other/farnsworth.png", horizontal=True)
|
||||||
image carldelewski flip = im.Flip("other/carldelewski.png", horizontal=True)
|
image carldelewski flip = im.Flip("other/carldelewski.png", horizontal=True)
|
||||||
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
||||||
|
@ -802,7 +802,7 @@ image elliot_raptor_buttonpress = im.FactorScale(im.Crop(im.FactorScale("images/
|
||||||
image elliot_raptor_success = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost_suc.png", 1.0),(737,200,440,655)), 0.692)
|
image elliot_raptor_success = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost_suc.png", 1.0),(737,200,440,655)), 0.692)
|
||||||
image elliot_raptor_wait = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost_wait.png", 1.0),(737,200,440,655)), 0.692)
|
image elliot_raptor_wait = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost_wait.png", 1.0),(737,200,440,655)), 0.692)
|
||||||
image elliot_raptor = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost1.png", 1.0),(737,200,440,655)), 0.692)
|
image elliot_raptor = im.FactorScale(im.Crop(im.FactorScale("images/other/phoneshitpost/elliot_raptor_shitpost1.png", 1.0),(737,200,440,655)), 0.692)
|
||||||
image anonphonetoplayer = "images/other/phoneshitpost/anonphonetoplayer.png"
|
image anonphonetoplayer = "images/other/phoneshitpost/anonphonetoplayer.png"
|
||||||
image baseanonphone = "images/anon/Other/anonphone.png"
|
image baseanonphone = "images/anon/Other/anonphone.png"
|
||||||
image anonblack_mid = im.Crop("images/other/black.png",740,200,300,450)
|
image anonblack_mid = im.Crop("images/other/black.png",740,200,300,450)
|
||||||
|
|
||||||
|
@ -879,7 +879,7 @@ layeredimage fangphonevideocall:
|
||||||
"fangphonelayer2"
|
"fangphonelayer2"
|
||||||
|
|
||||||
|
|
||||||
#Anon's phone
|
#Anon's phone
|
||||||
layeredimage layeredanonphone:
|
layeredimage layeredanonphone:
|
||||||
always:
|
always:
|
||||||
"baseanonphone"
|
"baseanonphone"
|
||||||
|
@ -903,7 +903,7 @@ layeredimage layeredanonphone:
|
||||||
|
|
||||||
attribute shitpost_elliot:
|
attribute shitpost_elliot:
|
||||||
"elliot_raptor"
|
"elliot_raptor"
|
||||||
|
|
||||||
attribute shitpost_elliotbp:
|
attribute shitpost_elliotbp:
|
||||||
"elliot_raptor_buttonpress"
|
"elliot_raptor_buttonpress"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue