caffeinefree / plugins

RPG Maker MV Plugins
MIT License
1 stars 0 forks source link

Minimap Javascript API #3

Open felixjones opened 7 years ago

felixjones commented 7 years ago

I'd like an API for controlling the minimap from within other Plugins. This would be good for Plugins that don't use a scene_map, like Mode 7 or a Rotating map plugin.

felixjones commented 7 years ago

I think rotating the Minimap_Sprite should be available in the API. Rotation based on angle in degrees.

All the Plugin Commands obviously should be available.

Perhaps this API can be utilised by a separate tutorial plugin for demonstrating the Scene_Minimap? An API that scrolls the map to certain locations.