/ld27

To get this branch, use:
bzr branch http://9ix.org/bzr/ld27

« back to all changes in this revision

Viewing changes to pause_view.lua

  • Committer: Josh C
  • Date: 2013-08-25 22:29:12 UTC
  • Revision ID: josh@9ix.org-20130825222912-3xe9l4yh2fq1ten6
title screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
              local boxT = the.app.height / 2 - boxH / 2
7
7
              local boxR = boxL + boxW
8
8
              local boxB = boxT + boxH
9
 
              local nr = 'data/NewRocker-Regular.otf'
10
 
 
11
 
              self.scale = the.app.scale
12
 
              self.realTranslate = the.app.view.realTranslate
13
9
 
14
10
              self:add(Fill:new{
15
11
                          fill = {240,221,58},
32
28
                          x = boxL,
33
29
                          y = boxT + 16,
34
30
                          width = boxW,
35
 
                          font = {nr, 24},
 
31
                          font = 24,
36
32
                          align = 'center',
37
33
                          tint = {0,0,0}
38
34
                       })
42
38
                          x = boxL,
43
39
                          y = boxT + 48,
44
40
                          width = boxW,
45
 
                          font = {nr, 24},
 
41
                          font = 24,
46
42
                          align = 'center',
47
43
                          tint = {0,0,0}
48
44
                       })
63
59
                    the.app:quit()
64
60
                 end
65
61
              end
66
 
}
 
62
}
 
 
b'\\ No newline at end of file'