fix(plateformer): use the right path for plateformer example
This commit is contained in:
parent
93c4f5251d
commit
b5be7e58a3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue