summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player.lua')
-rw-r--r--player.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/player.lua b/player.lua
index de64db1..0e8031e 100644
--- a/player.lua
+++ b/player.lua
@@ -323,6 +323,7 @@ function Player:die ()
self.lives = self.lives - 1
self.alive = false
self.spawntimer = 1
+ self.world.camera:startShake()
end
-- And then respawn. Like Jon Snow.