Reworking the view

This commit is contained in:
Zoe Roux
2021-06-03 18:20:37 +02:00
parent ae2e419832
commit 0d37a560d7
16 changed files with 141 additions and 62 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ using namespace BBM;
TEST_CASE("Move test", "[Component][System]")
{
Scene scene;
Wal wal;
Scene scene(wal);
scene.addEntity("player")
.addComponent<ControllableComponent>()
.addComponent<MovableComponent>()