added the readme
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Character.h"
|
||||
|
||||
void Footstep(CharacterBody* body, BodyComponent* bc) {
|
||||
body->t.TranslateBy(body->t.GetFrontVector() * 0.1f);
|
||||
}
|
||||
Reference in New Issue
Block a user