- Comence amb la classe marcador.
This commit is contained in:
@@ -27,9 +27,9 @@ namespace gamestate
|
||||
cursor = draw::loadSurface("cursor.gif");
|
||||
font = draw::loadSurface("fuente1.gif");
|
||||
|
||||
int size=0;
|
||||
uint32_t *font_pal = draw::loadPalette("fuente1.gif", &size);
|
||||
draw::setPalette(font_pal+1, 5, 80);
|
||||
//int size=0;
|
||||
//uint32_t *font_pal = draw::loadPalette("fuente1.gif", &size);
|
||||
//draw::setPalette(font_pal+1, 5, 80);
|
||||
|
||||
carregarMapa();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user