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'
49
onUpdate = function (self)
50
if the.keys:justPressed('escape', 'n') then
52
elseif the.keys:justPressed('q', 'y') then
55
local outfile = io.open( "profile.txt", "w+" )
56
the.profiler:report( outfile )
b'\\ No newline at end of file'