From d8fcbd746e816475c5f122a275b4aedf66cc4b2a Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 27 Nov 2021 07:07:35 +1100 Subject: [PATCH] Remove unused composite images --- game/script/x10-raymbas-observations.rpy | 34 ------------------------ 1 file changed, 34 deletions(-) diff --git a/game/script/x10-raymbas-observations.rpy b/game/script/x10-raymbas-observations.rpy index 0ab1372..e428b4d 100644 --- a/game/script/x10-raymbas-observations.rpy +++ b/game/script/x10-raymbas-observations.rpy @@ -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)