101
99
the.player = SpacePlayer:new{x=the.bg.width / 2, y=the.bg.height / 2}
103
101
self:add(the.player.thrust)
108
103
local e = Enemy:new{x=400, y=300}
109
104
--local e = Enemy:new{x=the.bg.width / 2, y=the.bg.height / 2}
111
106
self:add(e.thrust) -- why doesn't this work in Enemy.new?