forked from Cavemanon/SnootGame
Changed, tweaked, and added window fading to several chapters. Fixed a bathroom5.
This commit is contained in:
@ -21,6 +21,7 @@ init -1 python:
|
||||
|
||||
init python:
|
||||
import random
|
||||
config.developer = 1
|
||||
import webbrowser
|
||||
#function for insult layers
|
||||
def showCG():
|
||||
@ -213,6 +214,8 @@ image rosa prom neutral flip = im.Flip("rosa/rosa prom neutral.png", horizontal=
|
||||
image reed neutral flip = im.Flip("reed/reed neutral.png", horizontal=True)
|
||||
image reed king rex flip = im.Flip("reed/reed king rex.png", horizontal=True)
|
||||
image reed future neutral flip = im.Flip("reed/reed future neutral.png", horizontal=True)
|
||||
image farnsworth flip = im.Flip("other/farnsworth.png", horizontal=True)
|
||||
image jingo flip = im.Flip("other/jingo.png", horizontal=True)
|
||||
|
||||
#angry flips
|
||||
image spears angry flip = im.Flip("spears/spears angry.png", horizontal=True)
|
||||
@ -370,7 +373,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 jinflip = im.Flip("other/jin.png", horizontal=True)
|
||||
image jin flip = 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)
|
||||
@ -434,6 +437,7 @@ image fangphonelayer2 = im.Alpha("images/other/fangphonelayer2.png", 0.4)
|
||||
image nonalcoholic = "images/other/soda.png"
|
||||
image amberpendant = "images/other/amberpendant1.png"
|
||||
image amberpendant6veryhappy = 'images/other/amberpendant6veryhappy.png'
|
||||
image amberpendant7earcover = 'images/other/amberpendant7earcover.png'
|
||||
image amberpendant4shock = 'images/other/amberpendant4shock.png'
|
||||
image chillicheesefries = 'images/other/chilli cheese fries.png'
|
||||
image ccf_rstain = 'images/other/rstain base set for composites.png'
|
||||
@ -543,6 +547,13 @@ image fang nonxmas pendant sad = Composite(
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang psad flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/basic set/fang sad.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant unimpressed = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
@ -623,6 +634,12 @@ image fang pshocked flip = Composite(
|
||||
(0, 0), im.Flip("images/other/amberpendant4shock.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang pear cover = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "fang ear cover",
|
||||
(0, 0), "amberpendant7earcover"
|
||||
)
|
||||
|
||||
image fang nonxmas pendant flip off happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
|
Reference in New Issue
Block a user