forked from Cavemanon/SnootGame
Final tweaks
This commit is contained in:
@ -20,6 +20,7 @@ init -1 python:
|
||||
mod_menu_access = []
|
||||
|
||||
init python:
|
||||
config.developer = 1
|
||||
import random
|
||||
import webbrowser
|
||||
#function for insult layers
|
||||
@ -272,6 +273,7 @@ image fang c shocked flip = im.Flip("fang/future sets/fang c shocked.png", horiz
|
||||
image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True)
|
||||
image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True)
|
||||
image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True)
|
||||
image naomi prom shocked flip = im.Flip("naomi/naomi prom shock.png", horizontal=True)
|
||||
image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True)
|
||||
image rosa shocked flip = im.Flip("rosa/rosa shocked.png", horizontal=True)
|
||||
image trish shock flip = im.Flip("trish/trish shock.png", horizontal=True)
|
||||
@ -288,6 +290,7 @@ image naser considering flip = im.Flip("naser/naser considering.png", horizontal
|
||||
image naomi considering flip = im.Flip("naomi/naomi considering.png", horizontal=True)
|
||||
image naomi prom considering flip = im.Flip("naomi/naomi prom considering.png", horizontal=True)
|
||||
image rosa considering flip = im.Flip("rosa/rosa considering.png", horizontal=True)
|
||||
image rosa future considering flip = im.Flip("rosa/rosa future considering.png", horizontal=True)
|
||||
image trish considering flip = im.Flip("trish/trish considering.png", horizontal=True)
|
||||
image stella considering flip = im.Flip("stella/stella considering.png", horizontal=True)
|
||||
image stella prom considering flip = im.Flip("stella/stella prom considering.png", horizontal=True)
|
||||
@ -353,6 +356,7 @@ image trish future unimpressed flip = im.Flip("trish/trish future unimpressed.pn
|
||||
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
||||
image fangmom unimpressed flip = im.Flip("fangparents/fangmom unimpressed.png", horizontal=True)
|
||||
image rosa unimpressed flip = im.Flip("rosa/rosa unimpressed.png", horizontal=True)
|
||||
image rosa future unimpressed flip = im.Flip("rosa/rosa future unimpressed.png", horizontal=True)
|
||||
|
||||
#annoyed flip
|
||||
image naser annoyed flip = im.Flip("naser/naser annoyed.png", horizontal=True)
|
||||
@ -384,7 +388,7 @@ image reed sunglasses flip = im.Flip("reed/reed sunglasses.png", horizontal=True
|
||||
image trish prom bass flip = im.Flip("trish/trish prom bass.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 rosa future flip = im.Flip("rosa/rosa future.png", horizontal=True)
|
||||
image rosa future neutral flip = im.Flip("rosa/rosa future neutral.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)
|
||||
@ -404,6 +408,8 @@ image fang embarass flip = im.Flip("fang/emotive set/fang embarass.png", horizon
|
||||
image fang adorable flip = im.Flip("fang/emotive set/fang adorable.png", horizontal=True)
|
||||
image fang c prom surprised flip = im.Flip("fang/prom sets/fang c prom surprised.png", horizontal=True)
|
||||
image fang c prom hiding flip = im.Flip("fang/prom sets/fang c prom hiding.png", horizontal=True)
|
||||
image reed_future_neutral_flip_hack = im.Flip("reed/reed future neutral.png", horizontal=True)
|
||||
image fang_adorable_flip_hack = im.Flip("fang/emotive set/fang adorable.png", horizontal=True)
|
||||
|
||||
# trish fam flips
|
||||
image chondra neutral flip = im.Flip("trishfam/chondra neutral.png", horizontal=True)
|
||||
@ -527,8 +533,8 @@ image naser fullystained neutral = Composite(
|
||||
image naser fullystained surprised = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser surprised",
|
||||
(-15, -15), "ccf_rstain",
|
||||
(-235, -20), "ccf_lstain"
|
||||
(15, 1), "ccf_rstain",
|
||||
(-165, -8), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained explanatory = Composite(
|
||||
@ -1123,7 +1129,7 @@ image anon smiley = "images/anon/base set/anon face happy.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"
|
||||
image anonfang_xmasmorningbed = "images/anon/Other/anonchristmasmorning.png"
|
||||
|
||||
#sepia effect for flashbacks
|
||||
image grainf0 = "images/other/grain/frame_00.png"
|
||||
|
Reference in New Issue
Block a user