chore: put asset types into a subfolder

This commit is contained in:
Kazhnuz 2021-05-05 08:39:52 +02:00
parent 8eb28383ab
commit 76969e7686
10 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@
local Assets = Object:extend()
local cwd = (...):gsub('%.init$', '') .. "."
local cwd = (...):gsub('%.init$', '') .. ".types."
local Texture = require(cwd .. "texture")