feature-fonts #23

Merged
PeaAshMeter merged 6 commits from feature-fonts into main 2025-12-14 23:26:58 +03:00
Showing only changes of commit 00f3db4ff9 - Show all commits

View File

@ -51,7 +51,7 @@ function AssetBundle.loadFile(path)
elseif (ext == "lua") then elseif (ext == "lua") then
return require(string.gsub(path, ".lua", "")) return require(string.gsub(path, ".lua", ""))
end end
return nil return filedata
end end
function AssetBundle.cutExtension(filename) function AssetBundle.cutExtension(filename)