jdm / libmzx

A Rust library for loading and manipulating MegaZeux worlds.
MIT License
2 stars 0 forks source link

Viewport isn't correct #48

Open jdm opened 4 years ago

jdm commented 4 years ago

https://www.digitalmzx.com/show.php?id=1971, board city1 and Sewer1.

jdm commented 4 years ago

It uses string counters, which might be part of it. It also uses &counter& values inside of expressions, which might not be implemented yet.

jdm commented 4 years ago

It also uses max and abs counters.

jdm commented 4 years ago

It also uses the BOARD_NAME string counter.

jdm commented 3 years ago

Fixed by 0235c972c314c646d6e70133fd0d571855620ebf.

jdm commented 3 years ago

Lies, the viewport is still busted.

jdm commented 3 years ago

This appears to depend on #22.