remove escape key to exit

This commit is contained in:
nemo 2024-09-25 15:10:42 +02:00
parent 2254421bff
commit 1c302e1032
1 changed files with 4 additions and 0 deletions

4
main.c
View File

@ -43,6 +43,10 @@ int main(void)
SetWindowState(FLAG_WINDOW_RESIZABLE);
SetTargetFPS(60);
#ifdef RELEASE
SetExitKey(KEY_NULL);
#endif
Map map = {
.texture = LoadTexture("data/map2.png"),
.box = (Rectangle) {