mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
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:
parent
3a9623cdd7
commit
32c7dc8cb0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user