phaserjs / create-game

Easily create a Phaser project with our official template CLI tool
32 stars 7 forks source link

Angular template feedback #3

Open alexanderzeillinger opened 1 month ago

alexanderzeillinger commented 1 month ago
  1. phaser-game.component.ts doesn't implement "OnDestroy", remove "Input" import, also, this is shorter:

this.game?.destroy(true)

  1. In EventBus.ts it shouldn't mention "Vue"

  2. Update to Angular 18

  3. package.json - karma and jasmine dev dependencies can probably be removed to keep it slim