Skip to content

Resolve "Implementation of Joystick"

Eunae Jang requested to merge 5-implementation-of-joystick into master

Closes #5

  • add assets: joystick background base, joystick ball
  • basic appearance of joystick including touch movements
  • return the movement data to utilize in SKScene
    • this should be precisely calibrated/adjusted later with the character movement data as a separate issue
  • add example use cases in GameScene.swift and TutorialScene.swift for test purposes
    • same codes are in GameScene.swift and TutorialScene.swift

Interaction example: Screen_Recording_2021-01-02_at_11.57.43_PM

Merge request reports