added todo comment

This commit is contained in:
2022-11-27 03:36:30 +01:00
parent fc678778b8
commit a3aab2de97

View File

@@ -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"))
{