-
Notifications
You must be signed in to change notification settings - Fork 11
Testing Functions
Taz edited this page Mar 8, 2020
·
1 revision
There are a few functions built in to MinimapAPI that might be helpful for debugging.
MinimapAPI.Debug.Icons()Makes a minimap containing every icon. If your custom icon appears on here, then it is working correctly.
MinimapAPI.Debug.Shapes()Makes a minimap containing every room shape.
MinimapAPI.Debug.RandomMap()Makes a random map.
MinimapAPI.Debug.Colors()Makes a spectrum of random colors on the map.