Start of a movement system with collisions against AABBs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "RaptorCopterSystem.h"
|
||||
|
||||
void PlayerMovementSystem::UpdateComponent(World* world, ComponentWrapper& player, double dt)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user