forked from Cavemanon/SnootGame
fullbody images
This commit is contained in:
@ -1,81 +1,93 @@
|
||||
|
||||
init offset = 1 #load later than the scripts folder
|
||||
#dpromdance
|
||||
|
||||
# fang full body
|
||||
|
||||
image fullbody_hallpass = Composite(
|
||||
init 1 python:
|
||||
renpy.image('fullbody_hallpass', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'roof day',
|
||||
(0, 0), 'hallpass')
|
||||
)
|
||||
|
||||
image fullbody_fangguitar = Composite(
|
||||
renpy.image('fullbody_fangguitar', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'fangroom',
|
||||
(0, 0), 'fangguitar')
|
||||
)
|
||||
|
||||
#full body fang anon wombo
|
||||
|
||||
#full body fang anon wombo
|
||||
|
||||
image fullbody_fangarm = Composite(
|
||||
renpy.image('fullbody_fangarm', Composite(
|
||||
(1920, 1080),
|
||||
(-771, 0), 'room anon day alt', #check
|
||||
(213, 0), 'fangarm')
|
||||
(0, 0), 'room anon day alt', #check
|
||||
(0, 47), Transform('fangarm', xsize=1920, fit='cover'))
|
||||
)
|
||||
|
||||
image fullbody_fanganonguitar = Composite(
|
||||
renpy.image('fullbody_fanganonguitar', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'fangroom',
|
||||
(213, 0), 'fanganonguitar')
|
||||
)
|
||||
|
||||
#path to true ending only
|
||||
image fullbody_fanganonhug = Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'roof day',
|
||||
(0, 0), 'fanganonhug')
|
||||
#path to true ending only
|
||||
renpy.image('fullbody_fanganonhug', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'roof day',
|
||||
(0, 0), 'fanganonhug')
|
||||
)
|
||||
|
||||
#crops
|
||||
image fullbody_kissu1 = Composite(
|
||||
#crops
|
||||
renpy.image('fullbody_kissu1', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'room anon night',
|
||||
(-529, 0), 'kissu1')
|
||||
(0, 0), Transform('kissu1', crop=(49, 0, 1920, 1080)))
|
||||
)
|
||||
|
||||
image fullbody_kissu2 = Composite(
|
||||
renpy.image('fullbody_kissu2', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'room anon day',
|
||||
(213, 0), 'kissu2')
|
||||
)
|
||||
|
||||
# ENDING 4
|
||||
# ENDING 4
|
||||
|
||||
image fullbody_dpromdance = Composite(
|
||||
renpy.image('fullbody_dpromdance', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'park_night',
|
||||
(0, 0), 'dpromdance')
|
||||
)
|
||||
|
||||
image fullbody_christmas = Composite(
|
||||
renpy.image('fullbody_christmas', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'room anon day',
|
||||
(0, 0), 'anonchristmasmorning')
|
||||
)
|
||||
|
||||
# ENDING 3
|
||||
# ENDING 3
|
||||
|
||||
image fullbody_c06 = Composite(
|
||||
renpy.image('fullbody_c06', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'park night',
|
||||
(0, 0), 'c06')
|
||||
)
|
||||
|
||||
image fullbody_c07 = Composite(
|
||||
renpy.image('fullbody_c07', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'park night',
|
||||
(0, 0), 'c07')
|
||||
)
|
||||
|
||||
image fullbody_c09 = Composite(
|
||||
renpy.image('fullbody_c09', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'city morning',
|
||||
(0, 0), 'c09')
|
||||
)
|
||||
|
||||
# ENDING 1
|
||||
# ENDING 1
|
||||
|
||||
image fullbody_fang_shooter = Composite(
|
||||
renpy.image('fullbody_fang_shooter', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'shooterroof',
|
||||
(0, 0), 'fang shooter')
|
||||
(0, 0), Transform('shooterroof', xsize=1920, fit='cover'),
|
||||
(0, 0), Transform('fang shooter', crop=(0,0,1920,1080)))
|
||||
)
|
||||
|
Reference in New Issue
Block a user