example/moveplayer: switch to bump2D world
This commit is contained in:
parent
42303da317
commit
c4ef90dcdf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue