extends Node const NO_DEVICE := "No Active Device" const DRIFT_DEADZONE := 0.01; const REST_DEADZONE := 0.005; const STUCK_DEADZONE := 0.05; const ERROR_COLOR := Color(0xbe2037ff) static var options: Array[ConfigOption] = []