feat: implement game pause via START button and Window layer dialog

This commit is contained in:
2026-06-18 12:09:56 +02:00
parent 10b552c8a5
commit a3e7a1579f
4 changed files with 171 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef PAUSE_GFX_H
#define PAUSE_GFX_H
extern const unsigned char PauseTiles[];
extern const unsigned char PauseMap[];
#endif