From b5be7e58a337e35e96eaa7d49bbbcfc3d49b082b Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 20 Jul 2019 10:24:09 +0200 Subject: [PATCH] fix(plateformer): use the right path for plateformer example --- examples/gameplay/plateform/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gameplay/plateform/init.lua b/examples/gameplay/plateform/init.lua index d8f0381..f35be24 100644 --- a/examples/gameplay/plateform/init.lua +++ b/examples/gameplay/plateform/init.lua @@ -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()