/ld27

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

« back to all changes in this revision

Viewing changes to pause_view.lua

  • Committer: Josh C
  • Date: 2013-08-25 22:33:36 UTC
  • Revision ID: josh@9ix.org-20130825223336-060day31ux18mzat
update pause and win screens with ridiculous font

Show diffs side-by-side

added added

removed removed

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'
9
10
 
10
11
              self:add(Fill:new{
11
12
                          fill = {240,221,58},
28
29
                          x = boxL,
29
30
                          y = boxT + 16,
30
31
                          width = boxW,
31
 
                          font = 24,
 
32
                          font = {nr, 24},
32
33
                          align = 'center',
33
34
                          tint = {0,0,0}
34
35
                       })
38
39
                          x = boxL,
39
40
                          y = boxT + 48,
40
41
                          width = boxW,
41
 
                          font = 24,
 
42
                          font = {nr, 24},
42
43
                          align = 'center',
43
44
                          tint = {0,0,0}
44
45
                       })