nvm, just remove captions gallery

This commit is contained in:
2022-12-29 14:17:44 -06:00
parent 57ee492319
commit d291020ca6
10 changed files with 253 additions and 496 deletions

View File

@@ -55,11 +55,6 @@ init 1 python:
(0, 0), 'images/backgrounds/room anon day.png',
(0, 0), 'images/backgrounds/room anon day alt part.png'
))
renpy.image('room anon night alt', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/room anon night.png',
(0, 0), 'images/backgrounds/room anon night alt part.png'
))
renpy.image('shooterroof_gallery', Composite(
(1920, 1080),
(0, 0), Transform('images/backgrounds/shooterroof.png', xsize=1920, fit='cover'),
@@ -288,7 +283,7 @@ init 1 python:
#crops
renpy.image('fullbody_kissu1', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/room anon night.png',
(0, 0), 'images/backgrounds/room anon night alt.png',
(0, 0), 'images/fang/fullbody/kissu1.png')
)