Pixel Positions

by Kaiochao
Get the absolute pixel coordinates of atoms on the map.
ID:2261651
 
Adds procs to atoms to get their "world pixel coordinates":
atom
proc
// Vectors
Size()
LowerPosition()
CenterPosition()

// Numbers
Width()
Height()

LowerX()
LowerY()

CenterX()
CenterY()

Includes:
- Tile Sizes, required by the calculations from tile-based coordinates to pixel coordinates.
- Vector2 for vector sizes and positions.

7/27/2019
Updated documentation.