diff --git a/game/images/cgs/anonchristmasmorning.jpg b/game/images/cgs/anonchristmasmorning.jpg index 558080c8..5aa86ed1 100644 Binary files a/game/images/cgs/anonchristmasmorning.jpg and b/game/images/cgs/anonchristmasmorning.jpg differ diff --git a/game/images/other/fang phone.png b/game/images/other/fang phone.png new file mode 100644 index 00000000..227fa1d1 Binary files /dev/null and b/game/images/other/fang phone.png differ diff --git a/game/script.rpy b/game/script.rpy index dcba4358..9e04aa29 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -401,7 +401,7 @@ image trevor neutral flip = im.Flip("trishfam/trevor neutral.png", horizontal=Tr image trevor awe flip = im.Flip("trishfam/trevor awe.png", horizontal=True) # scene flips -image moes pizza mirrored = im.Flip("backgrounds/moes pizza.jpg", horizontal=True) +image moes pizza mirrored = im.Flip("images/backgrounds/moes pizza.jpg", horizontal=True) # vfx image black = "#000" @@ -857,10 +857,10 @@ image fanganonhug = "images/fang/fullbody/fanganonhug.png" image anon smiley = "images/anon/base set/anon face happy.png" #additional CGs -image gold_fang_home_prom_stars = "images/cgs/stair3.png" -image good_fang_home_prom_stars = "images/cgs/stair2.png" -image other_fang_home_prom_stars = "images/cgs/stair1.png" -image anonfang_xmasmorningbed = "images/cgs/anonchristmasmorning.png" +image gold_fang_home_prom_stars = "images/cgs/stair3.jpg" +image good_fang_home_prom_stars = "images/cgs/stair2.jpg" +image other_fang_home_prom_stars = "images/cgs/stair1.jpg" +image anonfang_xmasmorningbed = "images/cgs/anonchristmasmorning.jpg" #sepia effect for flashbacks image grainf0 = "images/other/grain/frame_00.png"