STATE_MENU

const val STATE_MENU: Int = 1

Identify that the game engine should display menus.

Instructions of this constant

In this state, only UIObject in ObjectPool.UIObjects will be rendered and calculated.

See also

top.kkoishi.stg.test.Test.mainMenu