merged with develop

This commit is contained in:
HENRY Benjamin
2021-06-17 14:41:34 +02:00
54 changed files with 1559 additions and 128 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ namespace BBM
{SoundComponent::BOMB, "assets/sounds/bomb_drop.ogg"},
//{SoundComponent::DEATH, "assets/sounds/death.ogg"}
};
return scene.addEntity("player")
.addComponent<PositionComponent>()
.addComponent<Drawable3DComponent, RAY3D::Model>("assets/player/player.iqm", true)