aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:57:03 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 17:57:03 +0100
commit93cb5d260de89da61ee0ffc7478dd0cd2f5e7011 (patch)
tree6fc702d8b2baf27c4a821f6f2bbcde7bb5c71c65 /src/entity.cpp
parentdumb pellet implementation (diff)
downloadthreshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.gz
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.bz2
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.xz
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.tar.zst
threshold-93cb5d260de89da61ee0ffc7478dd0cd2f5e7011.zip
cool fury !
Diffstat (limited to '')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 75e900a..2714eef 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -18,6 +18,7 @@ Entity::Entity(void) : hp(1)
direction = (Vector2){-posX / 100, posY / 100};
}
radius = 10;
+ threshold = false;
}
Entity::~Entity() {}