Skip to content

Commit e8d059a

Browse files
committed
Work in progress
1 parent 9c0f02b commit e8d059a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenes/wreckedship.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ function scene.on_loop()
194194
end
195195

196196
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
197+
local x = pool.player.x + 100
198+
local y = 740 + math.random(-2, 2) * 30
199199

200200
bullet.placement = { x = x, y = y }
201201
bullet.action = "default"

0 commit comments

Comments
 (0)