Adding a on death callback

This commit is contained in:
Zoe Roux
2021-05-31 20:14:07 +02:00
parent 345cc721f4
commit 87c5703c60
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ namespace BBM
void addSystems(WAL::Wal &wal)
{
wal.addSystem<KeyboardSystem>()
.addSystem<GamepadSystem>()
.addSystem<GamepadSystem>()
.addSystem<ControllableSystem>()
.addSystem<MovableSystem>();
}