v2.6.0 - Added support for reading low endian numbers from files, and fixed some bugs with the Unicode library.

This commit is contained in:
Ponali
2025-07-20 17:20:12 +02:00
parent 2965d62655
commit 68e5b70273
4 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.5.0"
_G._OSVERSION = "Halyde 2.6.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat