From 549968d3ba38fe7912e71149915a67599a22cd3c Mon Sep 17 00:00:00 2001 From: cmod31 Date: Mon, 13 Feb 2023 12:40:55 +0100 Subject: [PATCH] removed some useless stuff --- src/essential.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/essential.cs b/src/essential.cs index 3b8a908..e007640 100644 --- a/src/essential.cs +++ b/src/essential.cs @@ -16,8 +16,6 @@ public partial class essential : Node public override void _Process(double delta) { //CHANGE INPUT FOR NINTENDO CONTROLLER - /*TODO: shouldnt hard change the controlls everytime and only swap - the current given actions somehow to make custom controlls possible*/ InputEventJoypadButton JoyButtonA = new InputEventJoypadButton() { ButtonIndex = JoyButton.A }; InputEventJoypadButton JoyButtonB = new InputEventJoypadButton() { ButtonIndex = JoyButton.B }; if (currentController.StartsWith("Nintendo") && InputMap.ActionHasEvent("ui_accept", JoyButtonA))