Search found 2 matches

by cguardia
Tue Jun 02, 2026 6:26 pm
Forum: Support
Topic: Need an example using tmx tilemap with C64
Replies: 2
Views: 410

Re: Need an example using tmx tilemap with C64

Thank you very, very much for the detailed explanation and for taking the time to clarify all these C64/VIC-II limitations. I tested your suggestion using the EXACT keyword, and it worked perfectly. The tilemap is now displayed correctly. This is the version that worked for me: BITMAP ENABLE(16) CLS...
by cguardia
Mon Jun 01, 2026 1:26 pm
Forum: Support
Topic: Need an example using tmx tilemap with C64
Replies: 2
Views: 410

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.tmx"...