You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javascript functions to convert from game map coordinates (as presented in server libraries like IAN) to the cartography.html map dom element display. The map is auto-resizing based on screensize so that may present some extra challenge.
Once coordinate mapping is covered, some functions to either (a) create a canvas "overlay" and plot dots at arbitrary (game) coordinates, or (b) place div elements at arbitrary (game) coordinates.
The text was updated successfully, but these errors were encountered:
javascript functions to convert from game map coordinates (as presented in server libraries like IAN) to the cartography.html map dom element display. The map is auto-resizing based on screensize so that may present some extra challenge.
Once coordinate mapping is covered, some functions to either (a) create a canvas "overlay" and plot dots at arbitrary (game) coordinates, or (b) place div elements at arbitrary (game) coordinates.
The text was updated successfully, but these errors were encountered: