Ullur documentation

state

«  character   ::   Contents   ::   attack_manager  »

state

class StateSystem(initial_state)

A system for handling game states

Parameters:initial_state – The class of the first state to load
update()

Update method which should be called every frame to update this system and run its states

«  character   ::   Contents   ::   attack_manager  »