From 22383a6efdb3cfe49cd1081c648d95719b1e2eed Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 17:43:53 +0100 Subject: dumb pellet implementation --- src/entity.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.hpp') diff --git a/src/entity.hpp b/src/entity.hpp index 190df40..39ca07e 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -16,6 +16,7 @@ class Entity { public: int hp; + int radius; float posX; float posY; Vector2 direction; -- cgit v1.2.3