minimap etc

This commit is contained in:
t. boddy 2026-02-16 14:21:25 -05:00
parent 75f6c7d8dc
commit 1702a06d9f
17 changed files with 134 additions and 20 deletions

View file

@ -138,5 +138,5 @@ void updatePlayer(){
SPR_setPosition(player.image, sx - PLAYER_OFF, sy - PLAYER_OFF);
// intToStr(fix32ToInt(player.pos.x), debugStr, 1);
intToStr(fix32ToInt(player.pos.x), debugStr, 1);
}