To get this branch, use:
bzr branch
http://9ix.org/bzr/ld28
« back to all changes in this revision
Viewing changes to main.lua
-
Committer:
Josh C
-
Date:
2013-12-15 20:03:17 UTC
-
Revision ID:
josh@9ix.org-20131215200317-nr8no8pnv222eo39
R = restart level
Show diffs side-by-side
added
removed
46
if self.level == 3 then
48
text = "R = Restart level",
46
54
if self.level ~= 1 then
47
55
self:flash({0,0,0})
80
88
the.player.moved = false
91
if the.keys:justPressed('r') then
92
the.app.view = GameView:new{level = self.level}