Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: FxObj
Wraps FXGL's TMXLevelLoader
(com.almasb.fxgl.entity.level.tiled.TMXLevelLoader), the
built-in loader for Tiled .tmx map files. Reads tile
layers, object layers, and tilesets, then produces the
resulting Entity list keyed off the EntityFactory's @Spawns.
TMXLevelLoader ()
Creates a new TMXLevelLoader (default settings).
adopt (object Ajo)
Wraps an existing TMXLevelLoader AussomJavaObject.
load (string UrlString, object WorldObj)
Loads the level at the given URL with the supplied GameWorld.
UrlString is a URL string to the .tmx file.WorldObj is a GameWorld wrapper.A Level wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.