Skip to content
Discussion options

You must be logged in to vote

Ah ya, so you either need to tell your system groups to run or you need to remove the system groups and just use a blank string '' on the system node group property

doing ecs.world.process(delta) will only run the systems in the '' group which is system in no group.

Since all of your systems are grouped, you need to call the group to execute.

ecs.world.process(delta, 'group_name')

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DragonAxe
Comment options

@DragonAxe
Comment options

@csprance
Comment options

Answer selected by DragonAxe
@DragonAxe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants