aboutsummaryrefslogtreecommitdiffstats
path: root/src/attack.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-10-17 18:21:38 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-10-17 18:21:38 -0400
commit03246da32a8452e6a76ccf2f7f97cda4472d1d29 (patch)
treefe69406b677e574365d14099e3d1cd69bde586ed /src/attack.cpp
parent2bd1eaef1b9ec848933a40049ec8866e2b83a47d (diff)
skirl hostility
Diffstat (limited to 'src/attack.cpp')
-rw-r--r--src/attack.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/attack.cpp b/src/attack.cpp
index b104736..16c7f8a 100644
--- a/src/attack.cpp
+++ b/src/attack.cpp
@@ -109,6 +109,13 @@ void AttackSystem::update(entityx::EntityManager& en, entityx::EventManager& ev,
inrange(point.y, pos.y, pos.y + dim.height, HLINES(size.y))) {
lua::setEntity(&e);
a.attack.script("effect");
+ if (pos.x < point.x) {
+ e.component<Direction>()->x = -0.1;
+ e.component<Direction>()->y = 0.1;
+ } else {
+ e.component<Direction>()->x = 0.1;
+ e.component<Direction>()->y = 0.1;
+ }
if (a.attack.effect.size() > 0)
effects.emplace_back(point, a.attack.effect);
//ParticleSystem::addMultiple(15, ParticleType::DownSlash,