removed debug messages
This commit is contained in:
@@ -32,9 +32,6 @@ public partial class essential : Node
|
|||||||
InputMap.ActionAddEvent("ui_cancel", JoyButtonB);
|
InputMap.ActionAddEvent("ui_cancel", JoyButtonB);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Input.IsActionJustPressed("ui_accept")) GD.Print(currentController + " accept");
|
|
||||||
if (Input.IsActionJustPressed("ui_cancel")) GD.Print(currentController + " cancel");
|
|
||||||
|
|
||||||
//FULLSCREEN HOTKEY
|
//FULLSCREEN HOTKEY
|
||||||
if (Input.IsActionJustPressed("hotkey_fullscreen"))
|
if (Input.IsActionJustPressed("hotkey_fullscreen"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user