lucaspevidor / InteractiveCanvas

A training project for interacting with an environment through HTML canvas
GNU General Public License v3.0
1 stars 0 forks source link

Refactored CameraMovement class using RigidBody2D #7

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

Refactored the CameraMovement class to use the newly implemented RigidBody2D class. Fixes #4.