bcthund / Project_Parsec

1 stars 0 forks source link

2D Slider #2

Closed bcthund closed 3 years ago

bcthund commented 3 years ago

Create a slider like object that works in 2 dimensions instead of one. This will work like moving a point on an X-Y plot to give 2 values as a result instead of just one like with a normal slider. Start with integer values then add float values after integers are working.

bcthund commented 3 years ago

Generic integer class implemented and working. Still need to implement a float variation.