Pierre Wessman a8daedf53b Centralize player initialization to single addPlayer() method
Moved all player scene/physics setup from Player constructor to GameScene.addPlayer() to create a single source of truth for adding players. This prevents players from auto-rendering when instantiated and gives better control over when/how players are added to the scene.

Changes:
- Remove scene.add.existing() and physics setup from Player constructor
- Move physics body initialization to GameScene.addPlayer()
- Comment out second test player for single-player debugging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 13:07:01 +02:00
2025-10-01 13:57:42 +00:00
2025-10-02 08:06:08 +02:00
2025-10-01 13:57:42 +00:00
2025-10-01 13:57:42 +00:00
2025-10-01 13:57:42 +00:00
2025-10-01 13:57:42 +00:00
2025-10-01 11:46:38 +00:00
2025-10-02 08:06:08 +02:00
...
2025-10-02 08:11:21 +02:00
2025-10-01 13:57:42 +00:00
2025-10-01 13:57:42 +00:00
Description
No description provided
344 KiB
Languages
TypeScript 99.2%
HTML 0.8%