summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player.lua')
-rw-r--r--player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.lua b/player.lua
index 099001f..8e216f2 100644
--- a/player.lua
+++ b/player.lua
@@ -214,7 +214,7 @@ function Player:changeAnimation(animation)
end
-- Punch of `Player`
--- REWORK NEEDED Issue #8
+-- REWORK NEEDED
function Player:hit (horizontal, vertical)
if vertical == -1 then
self:changeAnimation("attack_up")