File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ We have provided a default project structure to get you started. This is as foll
42
42
- ` src/App.jsx ` - The main React component.
43
43
- ` src/game/PhaserGame.jsx ` - The React component that initializes the Phaser Game and serve like a bridge between React and Phaser.
44
44
- ` src/game/EventBus.js ` - A simple event bus to communicate between React and Phaser.
45
- - ` src/game ` - Containts the game source code.
45
+ - ` src/game ` - Contains the game source code.
46
46
- ` src/game/main.jsx ` - The main ** game** entry point. This contains the game configuration and start the game.
47
47
- ` src/game/scenes/ ` - The Phaser Scenes are in this folder.
48
48
- ` public/style.css ` - Some simple CSS rules to help with page layout.
You can’t perform that action at this time.
0 commit comments