Revert "add support for loading from relative directories to make the example load out of the box"

This reverts commit 3a9623cdd7f1f7a376442d36ee760de1f9ff1b08.
This commit is contained in:
Matias 2013-05-29 11:50:26 +03:00
parent 3a9623cdd7
commit 32c7dc8cb0

View File

@ -25,9 +25,6 @@
spine = {}
local path = system.pathForFile("../")
package.path = package.path .. ";".. path .. "/?.lua"
spine.utils = require "spine-lua.utils"
spine.SkeletonJson = require "spine-lua.SkeletonJson"
spine.SkeletonData = require "spine-lua.SkeletonData"