damimeil / Arrow

This is my assignment game
0 stars 1 forks source link

Escape Key #3

Open damimeil opened 9 years ago

damimeil commented 9 years ago

The escape key must work when the esc key is pressed

damimeil commented 9 years ago

To make the key work first you must make a text box so the player will know that he has to press the esc button then you need to code it in the GUI script- if(Input.GetKey("escape")) and will return to the main menu level