/ld28

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 added

removed removed

Lines of Context:
96
96
 
97
97
SlowView = View:extend {
98
98
   onNew = function(self)
99
 
              local texts = {
100
 
                 '',
101
 
                 "Your movements have slowed...",
102
 
                 "Your movements have slowed...\nand they no longer only imitate you..."
103
 
              }
104
 
 
105
99
              local text = Text:new {
106
 
                 text = texts[self.level],
 
100
                 text = 'Your movements have slowed...',
107
101
                 --height = the.app.height,
108
102
                 width = the.app.width,
109
103
                 align = 'center',