1
0

Ya permite cargar diferentes paletas

This commit is contained in:
2024-02-05 22:59:49 +01:00
parent 35a1334be4
commit 584305f0d8

View File

@@ -8,7 +8,7 @@ void init()
jSetPal(2, 0xffffffff); jSetPal(2, 0xffffffff);
jCls(0); jCls(0);
jSurface peiv = jLoadSurface("williams.gif"); jSurface peiv = jLoadSurface("williams.gif");
jLoadPal("williams.gif"); jLoadPal("pal02.gif");
jSetSource(peiv); jSetSource(peiv);
} }