fix(plateformer): use the right path for plateformer example

This commit is contained in:
Kazhnuz 2019-07-20 10:24:09 +02:00
parent 93c4f5251d
commit b5be7e58a3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function Plateformer:new()
self.assets:batchImport("examples.gameplay.plateform.assets")
World(self, folder .. ".actors", "examples/gameplay/plateform/assets/platformer.lua")
World(self, folder .. ".actors", "datas/maps/plateformer/platformer.lua")
Pause(self)
self.menusystem:deactivate()