big-refactor #106

Merged
kazhnuz merged 24 commits from big-refactor into master 2021-05-07 19:30:53 +02:00
10 changed files with 1 additions and 1 deletions
Showing only changes of commit 76969e7686 - Show all commits

View file

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