Hi mosi community! I've developed the following features that could be integrated into mosi:
- on-update scripts: This script runs after every move of the player.
- {check-tile [room: optional room name] [x] [y]} expression: Returns the name of the sprite located at x and y position. Return an empty string if there is no sprite at x and y position.
- Display tile coordinates on the room grid: Moving the mouse or clicking (or tapping on the screen) will show the position (x and y) of the tile in the room grid.
You can test these features on my fork: https://solivo.github.io/mosi/
The following game was made with the fork's features: https://sarturo.itch.io/volunteer-heart
Any feedback will be appreciate :)