Add Camera System

This commit is contained in:
Askou
2021-06-17 10:58:13 +02:00
parent 88add0b8f1
commit 8c56f7f4a1
7 changed files with 121 additions and 63 deletions
-1
View File
@@ -47,7 +47,6 @@ namespace BBM
return scene.addEntity("player")
.addComponent<PositionComponent>()
.addComponent<Drawable3DComponent, RAY3D::Model>("assets/player/player.iqm", true)
.addComponent<ControllableComponent>()
.addComponent<AnimatorComponent>()
.addComponent<GravityComponent>()
.addComponent<BumperTimerComponent>()