trim up draw costs a bit

This commit is contained in:
2025-06-21 16:40:23 -07:00
parent d0de757b0e
commit c9d7437ffe

View File

@ -1073,8 +1073,8 @@ rate: 2/sec
vulcan_e = mknew(bullet_base.new{ vulcan_e = mknew(bullet_base.new{
--shape --shape
sprite = 21, sprite = 21,
width = 1, --in 8x8 blocks width = 0.125, --in 8x8 blocks
height = 1, height = 0.5,
hurt = { -- hurtbox - where this ship can be hit hurt = { -- hurtbox - where this ship can be hit
x_off = 0, -- upper left corner x_off = 0, -- upper left corner
y_off = 0, -- relative to sprite y_off = 0, -- relative to sprite