MonkeyGame... how to change
Monkey Targets Forums/Android/MonkeyGame... how to change| 
 | ||
| I have my game as game.monkey but when I compile it, it  became MonkeyGame.apk. For example,  I changed #GLFW_WINDOW_TITLE="Game " in CONFIG.MONKEY but still the exec is called MonkeyGame.exe .. Where can I change it ? Thanks | 
| 
 | ||
| Just rename the file yourself? (right click->rename) #GLFW_WINDOW_TITLE="Game" will just change the title of the window to "Game" when it is run. | 
| 
 | ||
| I was going to ask about this - thanks for the answer :) |