- Comence amb la classe marcador.

This commit is contained in:
2023-10-16 20:02:09 +02:00
parent aa6b79c9ac
commit 11d3309c82
3 changed files with 50 additions and 3 deletions

View File

@@ -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();