STATE_PLAYING

const val STATE_PLAYING: Int = 3

Identify that the game has begun.

Instructions of this constant

Before switch the game state to this, please make sure you have initialized or reinitialized the stage and the player correctly.

They are located in PlayerManager.curStage and ObjectPool.player.

Also, some UIObject which are added to ObjectPool.UIObjects and can action during playing will be rendered and calculated.

See also

top.kkoishi.stg.test.Test.start