Android Question [ X2 ] can i create a game without load Tilemap ?

Waldemar Lima

Well-Known Member
Licensed User
hello everyone !!

i am learning about X2 checking examples, but all load some tilemap.json ...
is the only way to create maps for X2 is using tilemap? can't it be manually?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can do everything programmatically. X2TileMap reads the information from the Tiled json and calls the same API that you can call.
Many of the examples only use Tiled to define the objects. This is recommended as it will save you a lot of time.

The Tetris example doesn't load a Tiled json.
 
Upvote 0
Top