mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
Reworking the view
This commit is contained in:
+2
-1
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user