class_name PlatformerController extends CharacterBody2D ## An extendable character for platforming games including features like coyote time, ## jump buffering, jump cancelling, sprinting, and wall jumping. ## ## Each mechanic and section ## of logic is broken up into different functions, allowing you to easily extend this class ## and override the functions you want to change while keeping the remaining logic in place.[br][br]