/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: 2014-07-03 15:28:23 UTC
  • Revision ID: josh@9ix.org-20140703152823-4241je58pflhx7ec
scaling

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
9
12
 
10
13
              self:add(Fill:new{
11
 
                          fill = {0,0,0},
 
14
                          fill = {240,221,58},
12
15
                          x = boxL - 16,
13
16
                          y = boxT - 16,
14
17
                          width = boxW + 32,
16
19
                       })
17
20
 
18
21
              self:add(Fill:new{
19
 
                          fill = {255,255,255},
 
22
                          fill = {166,44,217},
20
23
                          x = boxL,
21
24
                          y = boxT,
22
25
                          width = boxW,
28
31
                          x = boxL,
29
32
                          y = boxT + 16,
30
33
                          width = boxW,
31
 
                          font = 24,
 
34
                          font = {nr, 24},
32
35
                          align = 'center',
33
36
                          tint = {0,0,0}
34
37
                       })
38
41
                          x = boxL,
39
42
                          y = boxT + 48,
40
43
                          width = boxW,
41
 
                          font = 24,
 
44
                          font = {nr, 24},
42
45
                          align = 'center',
43
46
                          tint = {0,0,0}
44
47
                       })
59
62
                    the.app:quit()
60
63
                 end
61
64
              end
62
 
}
 
 
b'\\ No newline at end of file'
 
65
}