diff --git a/inc/sprite/sprite.norman.lua b/inc/sprite/sprite.norman.lua index f355967..c82827c 100644 --- a/inc/sprite/sprite.norman.lua +++ b/inc/sprite/sprite.norman.lua @@ -19,5 +19,5 @@ Sprite.register({ { s = 289, 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 } - } + } }) \ No newline at end of file