chore(camera): split camera into a specific folder
This commit is contained in:
parent
1c8c2d6937
commit
e4b89ddd31
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
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 View = require(cwd .. "libs.hump.camera")
|
Loading…
Reference in a new issue