update docs
This commit is contained in:
parent
b55f024473
commit
5c18f2cd44
|
@ -1,4 +1,4 @@
|
||||||
-- # Spritesheet
|
--- # Spritesheet
|
||||||
--
|
--
|
||||||
-- Library for managing sprite sheets of textures and animations.
|
-- 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
|
-- - When drawing an image or animation when a shader is defined the library may
|
||||||
-- send certain useful constants along, notably `spritesheet_inverse_width` and
|
-- send certain useful constants along, notably `spritesheet_inverse_width` and
|
||||||
-- `spritesheet_inverse_height`.
|
-- `spritesheet_inverse_height`.
|
||||||
|
-- - Checks that LÖVE is defined; if not, run in information loading
|
||||||
|
-- mode only.
|
||||||
|
|
||||||
local _VERSION = '0.1.3'
|
local _VERSION = '0.1.3'
|
||||||
|
|
||||||
|
@ -24,8 +26,6 @@ local error, error_internal do
|
||||||
end
|
end
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Checks that LÖVE is defined; if not, run in information loading
|
|
||||||
-- mode only.
|
|
||||||
|
|
||||||
local define_love = true
|
local define_love = true
|
||||||
if type(love) ~= 'table' then
|
if type(love) ~= 'table' then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user