diff options
Diffstat (limited to 'src/entity.cpp')
-rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 69bec00..75e900a 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -17,6 +17,7 @@ Entity::Entity(void) : hp(1) } else { direction = (Vector2){-posX / 100, posY / 100}; } + radius = 10; } Entity::~Entity() {} |