fix: lint fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Zoltan Timar
2026-03-12 18:14:42 +01:00
parent b349ded281
commit e40214c45b

View File

@@ -19,5 +19,5 @@ Sprite.register({
{ s = 289, x_offset = 4, y_offset = 4, flip_y = 1 }, { s = 289, x_offset = 4, y_offset = 4, flip_y = 1 },
{ s = 304, x_offset = -4, y_offset = -4, flip_y = 1 }, { s = 304, x_offset = -4, y_offset = -4, flip_y = 1 },
{ s = 305, x_offset = -4, y_offset = 4, flip_y = 1 } { s = 305, x_offset = -4, y_offset = 4, flip_y = 1 }
} }
}) })