1
PauseView = Subview:extend {
2
onNew = function (self)
5
local boxL = the.app.width / 2 - boxW / 2
6
local boxT = the.app.height / 2 - boxH / 2
7
local boxR = boxL + boxW
8
local boxB = boxT + boxH
9
local nr = 'data/NewRocker-Regular.otf'
11
self.scale = the.app.scale
12
self.realTranslate = the.app.view.realTranslate
52
onUpdate = function (self)
53
if the.keys:justPressed('escape', 'n') then
54
if love.system.getOS() == 'Android' then
59
elseif the.keys:justPressed('q', 'y') then
62
local outfile = io.open( "profile.txt", "w+" )
63
the.profiler:report( outfile )