1
NotPlayer = Fill:extend {
3
width = 16, height = 16,
5
doMove = function(self)
6
local dir = math.random(1,5)
9
self.x = self.x - self.width
11
self.x = self.x + self.width
13
self.y = self.y - self.height
15
self.y = self.y + self.height
b'\\ No newline at end of file'