60
--title = Text:new{text = "Test Platform Game", font = 48, wordWrap = false},
61
title = Tile:new{image = 'data/title.png', x = 0, y = 0},
79
61
self.console:watch('onGround', 'the.player.onGround')
80
62
self.console:watch('onWall', 'the.player.onWall')
81
63
self.console:watch('updateTook', 'the.updateTook')