svelte-phaser icon indicating copy to clipboard operation
svelte-phaser copied to clipboard

It seems that ArcadeCollider of Sprite with ground doesn't work.

Open ikngoo opened this issue 3 years ago • 0 comments

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

  1. npx degit mattjennings/svelte-phaser/examples/platformer platformer
  2. cd platformer
  3. modify package.json("rollup-plugin-svelte": "~6.1.1") to fixed the './compiler.js' is not defined Error
  4. npm install
  5. 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 image

ikngoo avatar Sep 14 '22 04:09 ikngoo