From c4ef90dcdf6c18ccc0becae02cf2d1694d08d14a Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 22 Apr 2019 11:57:56 +0200 Subject: [PATCH] example/moveplayer: switch to bump2D world --- examples/gameplay/moveplayer/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gameplay/moveplayer/init.lua b/examples/gameplay/moveplayer/init.lua index eb04c9b..bd40d32 100644 --- a/examples/gameplay/moveplayer/init.lua +++ b/examples/gameplay/moveplayer/init.lua @@ -24,7 +24,7 @@ local Scene = require "gamecore.modules.scenes" local MovePlayer = Scene:extend() -local World = require "gamecore.modules.world.baseworld" +local World = require "gamecore.modules.world.world2D" function MovePlayer:new() MovePlayer.super.new(self)