Tutorial finalizado
This commit is contained in:
6
game.cpp
6
game.cpp
@@ -4,16 +4,14 @@ void init()
|
||||
{
|
||||
jInit("tutorial_paleta", 320, 240, 2);
|
||||
jSetPal(0, 0x00000000);
|
||||
jSetPal(1, 0xffff0000);
|
||||
jSetPal(2, 0xffffffff);
|
||||
jCls(0);
|
||||
jSurface peiv = jLoadSurface("williams.gif");
|
||||
jLoadPal("pal02.gif");
|
||||
jLoadPal("pal01.gif");
|
||||
jSetSource(peiv);
|
||||
}
|
||||
|
||||
void update()
|
||||
{
|
||||
jCls(0);
|
||||
jBlit(0, 0, 0, 0, 29, 64);
|
||||
jBlit(100, 60, 0, 0, 29, 64);
|
||||
}
|
||||
Reference in New Issue
Block a user