/ld28

To get this branch, use:
bzr branch /bzr/ld28

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-12-15 20:06:49 UTC
  • Revision ID: josh@9ix.org-20131215200649-pkajtwnaq6l5guf3
vague warning about the blue things

Show diffs side-by-side

added added

removed removed

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
 
99
105
              local text = Text:new {
100
 
                 text = 'Your movements have slowed...',
 
106
                 text = texts[self.level],
101
107
                 --height = the.app.height,
102
108
                 width = the.app.width,
103
109
                 align = 'center',