Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Making some progress. I found the culprit!

this.actor.arcadeBody2D.setOffset({ x: 0, y: 0.2 });

Changing the offset somehow mess things up. Now looking for a solution!

EDIT: Found it! There was a bug and it will be fixed in the next release.
Both your propositions are valid and will work then ;)