mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
remove unnecessary image transform
This commit is contained in:
parent
c9656488d6
commit
7b506a04f6
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ init 1 python:
|
|||
|
||||
renpy.image('fullbody_fangarm', Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), 'room anon day alt', #check
|
||||
(0, 47), Transform('images/fang/fullbody/fangarm.png', xsize=1920, fit='cover'))
|
||||
(0, 0), 'room anon day alt',
|
||||
(0, 0), 'images/fang/fullbody/fangarm.png')
|
||||
)
|
||||
|
||||
renpy.image('fullbody_fanganonguitar', Composite(
|
||||
|
|
Loading…
Reference in a new issue