Fixed texture generation for 3 channel textures

This commit is contained in:
2021-11-14 23:25:26 -08:00
parent f470b5cc5e
commit 8d18ed587b
7 changed files with 27 additions and 36 deletions

View File

@ -1,4 +1,4 @@
<vncharacter context="poker/characters/jenny/sprites" name="Jenny">
<vncharacter context="sprites" name="Jenny">
<base file="base.png" />
<layer x="608" y="250" width="280" height="123" directory="eyes" />
<layer x="608" y="250" width="280" height="123" directory="visors" />

View File

@ -1,4 +1,4 @@
<vncharacter context="poker/characters/julie/sprites" name="Julie">
<vncharacter context="sprites" name="Julie">
<base file="base.png" />
<layer x="353" y="119" width="344" height="351" directory="eyes" />
<layer x="353" y="119" width="344" height="351" directory="mouth" />

View File

@ -1,4 +1,4 @@
<vncharacter context="poker/characters/lucy/sprites" name="Lucy">
<vncharacter context="sprites" name="Lucy">
<base file="base.png" />
<layer x="675" y="327" width="295" height="235" directory="eyes" />
<layer x="675" y="327" width="295" height="235" directory="mouth" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB