mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
upd version / ReadMe
This commit is contained in:
parent
cea8f76bb3
commit
0eccde530a
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
A collection of functions for Lua, geared towards game development.
|
A collection of functions for Lua, geared towards game development.
|
||||||
|
|
||||||
|
This fork incorporates randomization from the LOVE engine's math library if
|
||||||
|
available, and uses a local for random calls.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
2
lume.lua
2
lume.lua
@ -22,7 +22,7 @@
|
|||||||
-- SOFTWARE.
|
-- SOFTWARE.
|
||||||
--
|
--
|
||||||
|
|
||||||
local lume = { _version = "2.3.0" }
|
local lume = { _version = "2.4.0-Guard13007-fork" }
|
||||||
|
|
||||||
local pairs, ipairs = pairs, ipairs
|
local pairs, ipairs = pairs, ipairs
|
||||||
local type, assert, unpack = type, assert, unpack or table.unpack
|
local type, assert, unpack = type, assert, unpack or table.unpack
|
||||||
|
Loading…
Reference in New Issue
Block a user