feat: implement game pause via START button and Window layer dialog
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef PAUSE_GFX_H
|
||||
#define PAUSE_GFX_H
|
||||
|
||||
extern const unsigned char PauseTiles[];
|
||||
extern const unsigned char PauseMap[];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user