diff options
author | Aki <nthirtyone@gmail.com> | 2017-07-17 12:53:00 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-07-17 12:53:00 +0200 |
commit | fc43bcb81b5dbfc8ef8dd164193014aa0cf43c9f (patch) | |
tree | 70f103e6add9f0ef9c9fa2d3c1b4d15a3243ee8f /not/Player.lua | |
parent | b1885629faea4ea4c1c0694ef90e4ffef730b0ce (diff) | |
download | roflnauts-fc43bcb81b5dbfc8ef8dd164193014aa0cf43c9f.zip roflnauts-fc43bcb81b5dbfc8ef8dd164193014aa0cf43c9f.tar.gz roflnauts-fc43bcb81b5dbfc8ef8dd164193014aa0cf43c9f.tar.bz2 |
Trail now works mostly as intended
Diffstat (limited to 'not/Player.lua')
-rw-r--r-- | not/Player.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Player.lua b/not/Player.lua index 8e15da0..11461d3 100644 --- a/not/Player.lua +++ b/not/Player.lua @@ -58,6 +58,7 @@ end -- Controller callbacks. function Player:controlpressed (set, action, key) if set ~= self:getControllerSet() then return end + self.smoke = false -- TODO: temporary -- Jumping if action == "jump" then if self.jumpCounter > 0 then |