From a3aab2de97f74416859d16e6368e3636dab84b94 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 27 Nov 2022 03:36:30 +0100 Subject: [PATCH] added todo comment --- src/main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cs b/src/main.cs index 06d555f..7750a89 100644 --- a/src/main.cs +++ b/src/main.cs @@ -12,6 +12,7 @@ public partial class main : Node2D public override void _Process(double delta) { //CHANGE INPUT FOR NINTENDO CONTROLLER + //TODO: set currentController to keyboard if keyboard for UI purposes and more currentController = Input.GetJoyName(0); if (currentController.StartsWith("Nintendo")) {