/ld27

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-08-26 00:38:14 UTC
  • Revision ID: josh@9ix.org-20130826003814-zi36hgt8co873c9l
name the game

Show diffs side-by-side

added added

removed removed

133
133
 
134
134
              local nr = 'data/NewRocker-Regular.otf'
135
135
              self:add(Text:new{
136
 
                          text = 'Name Of Game',
 
136
                          text = 'Treasures of the Decimaze',
137
137
                          --x = 0,
138
138
                          y = 100,
139
139
                          width = self.bg.width,
179
179
}
180
180
 
181
181
the.app = App:new {
 
182
   name = "Treasures of the Decimaze",
182
183
   onRun = function (self)
183
184
              print('Version: ' .. VERSION)
184
185