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