
In this point you will need to store your game assets (images, music, sounds, fonts) in some specific folder.įor this purpose the following folders within Files are created:

You could change it for another you want. You will check from Gideros documentation for Application Class to answer to the previous question:Īpplication:setKeepAwake keeps runnning your game when there is no touches for some period of time.Īpplication:setOrientation sets the orientation of your game: PORTRAIT or LANDSCAPE.Īpplication:setBackgroundColor sets the background color of your game in hexadecimal, by default 0xffffff is the white color. The following lines have been added to the beginning: application:setKeepAwake(true)Īpplication:setOrientation(Application.PORTRAIT) The a file is the entry point for your game.
#Gideros wwait for input how to#
This article will explain how to create a common Gideros Project Template for all your Indie games developed using the amazing Gideros Studio.

Gideros Project Template for your Indie games
