mitchwadair / sidescroller-framework

A framework for CraftStudio (https://sparklinlabs.itch.io/craftstudio) to make creating 2D games simpler and easier
https://www.sframework.net
MIT License
0 stars 0 forks source link

Create Vector2 Class #6

Closed mitchwadair closed 2 years ago

mitchwadair commented 3 years ago

For creating 2D games, it would make more sense to use a Vector2 library. Under the hood a Vector2 would still be a Vector3, but doing it this way should make it more usable for a developer trying to focus within a 2D space.