mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-07-28 02:52:21 +00:00
upd version / ReadMe
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user