jacobnb / adv_seminar

class project
0 stars 0 forks source link

Create joystick for touch controls #38

Closed jacobnb closed 5 years ago

jacobnb commented 5 years ago

Working joysticks, can't track multiple touches well Might have to create a custom data structure / search or only accept touches in a certain area

jacobnb commented 5 years ago

Joysticks work, but are bad for jump / smash Either add buttons or create a touchManager to avoid repeatedly iterating through Input.touches

jacobnb commented 5 years ago

Basics done, should probably be revisited later