We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0f02b commit e8d059aCopy full SHA for e8d059a
scenes/wreckedship.lua
@@ -194,8 +194,8 @@ function scene.on_loop()
194
end
195
196
local bullet = table.remove(bullet_pool)
197
- local x = 10 -- pool.player.x -- + pool.player.size.width + 100
198
- local y = 740 + math.random(-2, 2) * 30 -- + pool.player.y + 10
+ local x = pool.player.x + 100
+ local y = 740 + math.random(-2, 2) * 30
199
200
bullet.placement = { x = x, y = y }
201
bullet.action = "default"
0 commit comments