Search found 1 match
- Mon Jun 01, 2026 1:26 pm
- Forum: Support
- Topic: Need an example using tmx tilemap with C64
- Replies: 0
- Views: 6
Need an example using tmx tilemap with C64
Hi everyone, I'm trying to use tilemaps with ugBasic on the C64 target, but I haven't been able to get it working correctly so far. I'm using **TILES** to generate a `.tmx` file, and then loading it with something like this: ```basic BITMAP ENABLE(16) tilemap := LOAD TILEMAP("background-race.tm...