Started character controller implementation

This commit is contained in:
Antoine Pilote
2023-04-02 18:36:17 -04:00
parent a02c4bd114
commit d1b2e2379f
7 changed files with 79 additions and 260 deletions

View File

@@ -41,7 +41,7 @@ namespace Nuake
Renderer2D::Init();
Logger::Log("2D renderer initialized");
Logger::Log("Engine initialized succesfully!");
Logger::Log("Engine initialized successfully!");
}
void Engine::Tick()