/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 15:58:43 UTC
  • Revision ID: josh@9ix.org-20130825155843-quc2317jh92awkmx
win screen (no trigger)

Show diffs side-by-side

added added

removed removed

8
8
              local boxB = boxT + boxH
9
9
 
10
10
              self:add(Fill:new{
11
 
                          fill = {0,0,0},
 
11
                          fill = {240,221,58},
12
12
                          x = boxL - 16,
13
13
                          y = boxT - 16,
14
14
                          width = boxW + 32,
16
16
                       })
17
17
 
18
18
              self:add(Fill:new{
19
 
                          fill = {255,255,255},
 
19
                          fill = {166,44,217},
20
20
                          x = boxL,
21
21
                          y = boxT,
22
22
                          width = boxW,