svelte-phaser
svelte-phaser copied to clipboard
It seems that ArcadeCollider of Sprite with ground doesn't work.
Describe the bug First of all thank you for your great efforts. I'm trying to customize my own game by starting with modify example. But I can't reproduce the platformer example, neither under the svelte nor sveltekit framework. It seems that ArcadeCollider of Sprite with "ground" tilelayer doesn't work.
To Reproduce
- npx degit mattjennings/svelte-phaser/examples/platformer platformer
- cd platformer
- modify package.json("rollup-plugin-svelte": "~6.1.1") to fixed the './compiler.js' is not defined Error
- npm install
- npm run dev
Expected behavior I'm wondering if the version of packages cause the problem?
Additional context
Sprite ArcadeCollider with ground doesn't work
