3
image = 'data/player.png',
4
maxVelocity = {x=velLimit,y=velLimit},
5
minVelocity = {x=-velLimit, y=-velLimit},
6
onStartFrame = function(self)
7
if the.keys:pressed('left') then
9
elseif the.keys:pressed('right') then
15
if the.keys:pressed('up') then
16
self.velocity.y = -200
17
elseif the.keys:pressed('down') then
23
onCollide = function(self, other)
b'\\ No newline at end of file'