ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Convert Vector2 and (int, int) to Point #102

Closed ppebb closed 2 months ago

ppebb commented 4 months ago

While not strictly necessary, changing all of the random (int, int) pairs and Vector2s to be Points would avoid having to deal with casting the float fields of Vector2 to integers and would make the codebase more consistent.