blinky = { t = 0, init = function(self) print("Hello World!") end, update = function(self) self.t = self.t + 1 end }