refactor assets library

This commit is contained in:
MihailRis
2025-05-25 16:32:54 +03:00
parent b8e6918dc8
commit ac337a4e65
5 changed files with 52 additions and 41 deletions
-3
View File
@@ -523,9 +523,6 @@ function time.post_runnable(runnable)
table.insert(__post_runnables, runnable)
end
assets = {}
assets.load_texture = core.__load_texture
-- --------- Deprecated functions ------ --
local function wrap_deprecated(func, name, alternatives)
return function (...)