Build Settings

hey guys, I have finally gotten to the point where I am ready to package up my first little project. I ran the compiler and it assembles the project fine, the only problem I have, is when I am done interacting in my level I can not get out of the window. Its like it locks my mouse inside my game and wont let me out. The only way I have been able to exit the game is to open the task manager and kill the app that way. Can anybody help me figure out how to add an escape key function or something similar to exit the game?

Add a QuitGame node to the levelscript and wire it to the escape key event:
92a24d4a6680dd7b7a9271194b33602bd803dd5b.jpeg