Merging with develop

This commit is contained in:
Zoe Roux
2021-06-17 14:50:41 +02:00
8 changed files with 121 additions and 63 deletions
-1
View File
@@ -63,7 +63,6 @@ namespace BBM
return scene.addEntity("player")
.addComponent<PositionComponent>()
.addComponent<Drawable3DComponent, RAY3D::Model>("assets/player/player.iqm", true)
.addComponent<ControllableComponent>()
.addComponent<ScoreComponent>()
.addComponent<AnimatorComponent>()
.addComponent<GravityComponent>()