mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-22 10:00:27 +01:00
Remove unused composite images
This commit is contained in:
parent
6e3179d445
commit
8ff3d0284a
1 changed files with 0 additions and 34 deletions
|
@ -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 pbird happy flip with dissolve
|
||||||
show fang pneutral flip with Dissolve(1)
|
show fang pneutral flip with Dissolve(1)
|
||||||
"""
|
"""
|
||||||
#pENdant - wait what the fuck there's PBIRD AND FLIP OFF?
|
#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
|
#bluralt
|
||||||
image anon neutral blur flip = im.Flip("highres/bluralt/anon neutral blur.png", horizontal=True)
|
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)
|
image anon shrug blur flip = im.Flip("highres/bluralt/anon shrug blur.png", horizontal=True)
|
||||||
|
|
Loading…
Reference in a new issue