Skip to content

Instantly share code, notes, and snippets.

View AnakinTrotter's full-sized avatar

Anakin Trotter AnakinTrotter

View GitHub Profile
# Inspired by Gonkee's [_Godot 3: How to make a Joystick_](https://www.youtube.com/watch?v=uGyEP2LUFPg)
# Version V0.1.1
# Assumptions
# Joystick : Node2D -> Joystick.gd
# |- Boundary : Sprite
# |- Handle : TouchScreenButton
# Motivation