1
0

Standard versioning
All checks were successful
LÖVE Library / Lua-Testing (push) Successful in 5s
LÖVE Library / Static-Analysis (push) Successful in 3s

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:44:02 +02:00
parent f02c18c26e
commit cfd42d3e71
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -1,3 +1,5 @@
local _VERSION = '0.1.0'
return require ((...) .. '.spritesheet') local lib = require ((...) .. '.spritesheet')
lib._VERSION = _VERSION
return lib