/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 21:05:20 UTC
  • Revision ID: josh@9ix.org-20130825210520-2of9iq2uemncp336
overhaul collision and physics to fix an annoying collision resolution 
bug

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