2
image = 'data/player-null.png',
6
self.movementScale = self.height / 32
8
--self.scale = self.scaleHeight / self.height
9
--self.width = self.height * .826
10
--self.width = self.width * self.scale
13
onStartFrame = function(self)
14
if the.keys:pressed('up') then
15
self.velocity.y = -100
16
elseif the.keys:pressed('down') then
22
if the.keys:pressed('right') then
24
elseif the.keys:pressed('left') then
25
self.velocity.x = -100
b'\\ No newline at end of file'