fix: solid white background for pause sprites, stop music and play sound on pause

This commit is contained in:
2026-06-18 12:16:33 +02:00
parent 6282cf43e8
commit 5f3d7faf49
4 changed files with 38 additions and 68 deletions
-1
View File
@@ -2,6 +2,5 @@
#define PAUSE_GFX_H
extern const unsigned char PauseTiles[];
extern const unsigned char PauseMap[];
#endif