Added interactive test scene, updated to latest pre-release

This commit is contained in:
2026-01-28 21:35:18 -08:00
parent 176fc83dae
commit faaf28b0fe
8 changed files with 41 additions and 12 deletions

View File

@ -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")