Added interactive test scene, updated to latest pre-release
This commit is contained in:
@ -23,6 +23,8 @@ class Game is Ready {
|
||||
// Load both the Arena scene and the Player scene
|
||||
Scene.create(world, Asset.scene("scene/arena01"))
|
||||
Scene.create(world, Asset.scene("scene/player"))
|
||||
Scene.create(world, Asset.scene("scene/interact_test"))
|
||||
|
||||
|
||||
// Get a reference to the Player entity
|
||||
_player = Entity.get_named(world, "Player")
|
||||
|
||||
Reference in New Issue
Block a user