forked from Cavemanon/SnootGame
Remove unused composite images
This commit is contained in:
parent
30a1f5c06f
commit
d8fcbd746e
@ -1,44 +1,10 @@
|
||||
|
||||
#high res flip - i hate this
|
||||
image anon neutral megatex flip = im.Flip("highres/anon neutral megatex.png", horizontal=True)
|
||||
image anon shrug megatex flip = im.Flip("highres/anon shrug megatex.png", horizontal=True)
|
||||
image anond neutral megatex flip = im.Flip("highres/anond neutral megatex.png", horizontal=True)
|
||||
image fang neutral megatex flip = im.Flip("highres/fang neutral megatex.png", horizontal=True)
|
||||
image fang flip off happy megatex flip = im.Flip("highres/fang flip off happy megatex.png", horizontal=True)
|
||||
image fang very sad megatex flip = im.Flip("highres/fang very sad megatex.png", horizontal=True)
|
||||
image naomi neutral megatex flip = im.Flip("highres/naomi neutral megatex.png", horizontal=True)
|
||||
|
||||
"""
|
||||
show fang pbird happy flip with dissolve
|
||||
show fang pneutral flip with Dissolve(1)
|
||||
"""
|
||||
#pENdant - wait what the fuck there's PBIRD AND FLIP OFF?
|
||||
|
||||
image fang pneutral megatex = Composite(
|
||||
# (1412, 1500),
|
||||
(2683, 2850),
|
||||
(0, 0), "highres/fang neutral megatex.png",
|
||||
(0, 0), "highres/amberpendant1 megatex.png"
|
||||
)
|
||||
image fang pbird happy megatex = Composite(
|
||||
# (1412, 1500),
|
||||
(2683, 2850),
|
||||
(0, 0), "highres/fang flip off happy megatex.png",
|
||||
(0, 0), "highres/amberpendant1 megatex.png"
|
||||
)
|
||||
image fang pneutral megatex flip = Composite(
|
||||
# (1412, 1500),
|
||||
(2683, 2850),
|
||||
(0, 0), im.Flip("highres/fang neutral megatex.png", horizontal=True),
|
||||
(0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
|
||||
)
|
||||
image fang pbird happy megatex flip = Composite(
|
||||
# (1412, 1500),
|
||||
(2683, 2850),
|
||||
(0, 0), im.Flip("highres/fang flip off happy megatex.png", horizontal=True),
|
||||
(0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
|
||||
)
|
||||
|
||||
#bluralt
|
||||
image anon neutral blur flip = im.Flip("highres/bluralt/anon neutral blur.png", horizontal=True)
|
||||
image anon shrug blur flip = im.Flip("highres/bluralt/anon shrug blur.png", horizontal=True)
|
||||
|
Loading…
Reference in New Issue
Block a user