enemy position and rotation

This commit is contained in:
h4570
2022-08-12 10:24:33 +02:00
parent cbe346900d
commit d65561487c
6 changed files with 33 additions and 29 deletions
-1
View File
@@ -36,7 +36,6 @@ class Enemy {
void update(const Heightmap& heightmap, const Vec4& playerPosition);
private:
Vec4 direction;
void allocateOptions();
};