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