gmarty / scumm-nes

An app to explore and modify the game Maniac Mansion on NES 🎮.
https://gmarty.github.io/scumm-nes/
Other
3 stars 5 forks source link

Display additional object properties #7

Open gzip opened 4 months ago

gzip commented 4 months ago

It would be nice to see the various object properties in a panel. Info such as x, y, width, height, walk to x/y, player face direction, and preposition. The UI should anticipate support for editing later on. Info like rom offest and payload size might be helpful.

gzip commented 3 months ago

This is mostly done but object ID, walk to x/y, and player face direction are still pending.

gzip commented 3 months ago

Displaying the object name in the panel would also be nice.