diff --git a/spritesheet.lua b/spritesheet.lua index b4e1c4f..135896b 100644 --- a/spritesheet.lua +++ b/spritesheet.lua @@ -1,4 +1,4 @@ --- # Spritesheet +--- # Spritesheet -- -- Library for managing sprite sheets of textures and animations. -- @@ -10,6 +10,8 @@ -- - When drawing an image or animation when a shader is defined the library may -- send certain useful constants along, notably `spritesheet_inverse_width` and -- `spritesheet_inverse_height`. +-- - Checks that LÖVE is defined; if not, run in information loading +-- mode only. local _VERSION = '0.1.3' @@ -24,8 +26,6 @@ local error, error_internal do end -------------------------------------------------------------------------------- --- Checks that LÖVE is defined; if not, run in information loading --- mode only. local define_love = true if type(love) ~= 'table' then