diff --git a/game/script.rpy b/game/script.rpy index 16fe3ca..db79962 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -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 naser smug flip = im.Flip("naser/naser smug.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 carldelewski flip = im.Flip("other/carldelewski.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_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 anonphonetoplayer = "images/other/phoneshitpost/anonphonetoplayer.png" +image anonphonetoplayer = "images/other/phoneshitpost/anonphonetoplayer.png" image baseanonphone = "images/anon/Other/anonphone.png" image anonblack_mid = im.Crop("images/other/black.png",740,200,300,450) @@ -879,7 +879,7 @@ layeredimage fangphonevideocall: "fangphonelayer2" -#Anon's phone +#Anon's phone layeredimage layeredanonphone: always: "baseanonphone" @@ -903,7 +903,7 @@ layeredimage layeredanonphone: attribute shitpost_elliot: "elliot_raptor" - + attribute shitpost_elliotbp: "elliot_raptor_buttonpress"