Update test game to showcase camera system.

This commit is contained in:
2023-09-25 18:54:17 +02:00
parent 8aab1132b6
commit 092d01dcae
4 changed files with 55 additions and 13 deletions

View File

@@ -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();