1
WinView = 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
30
text = 'You found the shinies!',
40
text = 'Press Q to quit',
50
text = 'Any other key to keep exploring',
61
onUpdate = function (self)
62
if the.keys:justPressed('q') then
65
local outfile = io.open( "profile.txt", "w+" )
66
the.profiler:report( outfile )
71
elseif the.keys:allJustPressed() then