OptionalchildrenReact children rendered inside the ECS context.
Typically game entities such as Player, Camera, Platforms, etc.
Total size of the game world in world units.
Usually calculated as:
mapWidth * tileSize and mapHeight * tileSize.
This value is used for:
Props for the World component.