MonkeyGame... how to change

Monkey Targets Forums/Android/MonkeyGame... how to change

Vinians(Posted 2013) [#1]
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


rIKmAN(Posted 2013) [#2]
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.


Arabia(Posted 2013) [#3]
I was going to ask about this - thanks for the answer :)