This demo is built upon the TileMap Demo
It demonstrates how one can use the EntityScroller system to scroll the camera to the position of a entity
These lines are key in this demo:
- 'w.AddSystem(&common.EntityScroller{SpaceComponent: &character.SpaceComponent, TrackingBounds: levelData.Bounds()})' to add the system