Add data generating script

This commit is contained in:
Miloslav Ciz 2025-05-15 22:35:57 +02:00
parent 0e34b2c52c
commit 5a2f7df84c
5 changed files with 1126 additions and 496 deletions

2
game.h
View file

@ -1204,7 +1204,7 @@ void LCR_gameDrawPopupMessage(void)
LCR_rendererDrawRect((LCR_EFFECTIVE_RESOLUTION_X - textW - 2 * LCR_GUI_GAP)
/ 2,_OFFSET_V,textW + 2 * LCR_GUI_GAP,textH + 2 * LCR_GUI_GAP,
LCR_CONVERT_COLOR(0xffff),1);
LCR_CONVERT_COLOR(0xce59),0);
LCR_rendererDrawText(LCR_game.popupStr,(LCR_EFFECTIVE_RESOLUTION_X - textW)
/ 2,_OFFSET_V + LCR_GUI_GAP,LCR_CONVERT_COLOR(0x0300),_TEXT_SIZE);