1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
6b032742d5 🤖 Bumped version to 1.0.9
Some checks failed
LÖVE/Lua Library / Lua-Testing (push) Successful in 8s
LÖVE/Lua Library / Static-Analysis (push) Failing after 3s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-17 17:04:58 +02:00
50021ff039 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-17 17:04:38 +02:00
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -11,9 +11,10 @@
luac.out luac.out
# Misc (Image, MacOS, Backups) files # Misc (Image, MacOS, Backups) files
*.psd
*~ *~
.DS_Store .DS_Store
# Tools # Tools
*.tiled-session *.tiled-session
*.ase
*.psd

View File

@ -17,7 +17,7 @@
local GAMMA = 2.2 local GAMMA = 2.2
local GAMMA_INV = 1/GAMMA local GAMMA_INV = 1/GAMMA
local _VERSION = '1.0.8' local _VERSION = '1.0.9'
local colors = {_VERSION = _VERSION} local colors = {_VERSION = _VERSION}