improvement(examples): register the fake3D example

This commit is contained in:
Kazhnuz 2019-06-30 17:10:29 +02:00
parent 0687bc4cfe
commit 30a0d59a41
2 changed files with 2 additions and 1 deletions

View file

@ -6,5 +6,6 @@ return {
Inventory = require "examples.menus.inventory",
Options = require "examples.menus.options",
MovePlayer = require "examples.gameplay.moveplayer",
MovePlayer3D = require "examples.gameplay.moveplayer3D",
Plateformer = require "examples.gameplay.plateform"
}

View file

@ -46,7 +46,7 @@ function MainMenu:new()
self:addSubMenu("gameplay", "gameplay")
self:addScene("gameplay", examples.MovePlayer, "movable")
self:addScene("gameplay", examples.Plateformer, "plateform")
self:addScene("gameplay", examples.MovePlayer3D, "movable3D")
self.menusystem:setSoundFromSceneAssets("navigate")