Update test game to showcase camera system.
This commit is contained in:
@@ -62,6 +62,8 @@ public class TestGame : Game
|
||||
|
||||
_scene.AddLayer("World", _worldLayer);
|
||||
_scene.AddLayer("UI", _uiLayer);
|
||||
|
||||
_worldLayer.AddEntity(new World());
|
||||
_worldLayer.AddEntity(new TestPlayer());
|
||||
|
||||
_scene.Start();
|
||||
|
||||
Reference in New Issue
Block a user