[ADD] maincharacter uses deltatime for movement

This commit is contained in:
Nathalie Seen
2021-06-11 16:19:21 +02:00
parent 3517d2b36a
commit a6fa9514df
5 changed files with 32 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ namespace scene
score = 0;
}
/**
* temporary!!!!
* temporary?
* just to make some bounding boxes
*/
collision::Box create_bounding_box(glm::vec3 size, glm::vec3 pos, int scale) {