remove escape key to exit
This commit is contained in:
parent
2254421bff
commit
1c302e1032
4
main.c
4
main.c
|
@ -43,6 +43,10 @@ int main(void)
|
||||||
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
|
||||||
|
#ifdef RELEASE
|
||||||
|
SetExitKey(KEY_NULL);
|
||||||
|
#endif
|
||||||
|
|
||||||
Map map = {
|
Map map = {
|
||||||
.texture = LoadTexture("data/map2.png"),
|
.texture = LoadTexture("data/map2.png"),
|
||||||
.box = (Rectangle) {
|
.box = (Rectangle) {
|
||||||
|
|
Loading…
Reference in New Issue