chore(camera): split camera into a specific folder

This commit is contained in:
Kazhnuz 2019-07-14 18:28:29 +02:00
parent 1c8c2d6937
commit e4b89ddd31
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
]] ]]
local cwd = (...):gsub('%.camera$', '') .. "." local cwd = (...):gsub('%.init$', '') .. "."
local CameraSystem = Object:extend() local CameraSystem = Object:extend()
local View = require(cwd .. "libs.hump.camera") local View = require(cwd .. "libs.hump.camera")