summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-14 16:54:53 +0200
committerAki <nthirtyone@gmail.com>2016-05-14 16:54:53 +0200
commit20ed15b3a008fcc4f90c2bd32cc2e36e49072554 (patch)
tree2762ecf6944d1214bc48cccf83acf204e20491c8 /player.lua
parent3308a3d15e9b06529d5093d8551d4868e7fc7eff (diff)
downloadroflnauts-20ed15b3a008fcc4f90c2bd32cc2e36e49072554.zip
roflnauts-20ed15b3a008fcc4f90c2bd32cc2e36e49072554.tar.gz
roflnauts-20ed15b3a008fcc4f90c2bd32cc2e36e49072554.tar.bz2
Revert "Revert "Marked Issue #8""
This reverts commit 3308a3d15e9b06529d5093d8551d4868e7fc7eff.
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 8e216f2..099001f 100644
--- a/player.lua
+++ b/player.lua
@@ -214,7 +214,7 @@ function Player:changeAnimation(animation)
end
-- Punch of `Player`
--- REWORK NEEDED
+-- REWORK NEEDED Issue #8
function Player:hit (horizontal, vertical)
if vertical == -1 then
self:changeAnimation("attack_up")