World¶
extends GameObject
Represents the world of the game and contains everything in the game
Constructor¶
| Parameter | Type | Description |
|---|---|---|
| t | HTMLCanvasElement | canvas element to display the game in |
Properties¶
.data¶
.settings¶
.stage¶
Type: :doc:`StageContainer`_