added attention request

This commit is contained in:
2023-01-27 13:31:31 +01:00
parent 88db434420
commit 10bd172d87

View File

@@ -5,6 +5,7 @@ public partial class window : Node
{
public override void _Ready()
{
DisplayServer.WindowRequestAttention();
OS.Alert("Make sure that you either capture your mouse or play with a gamepad. Jump with space or bottom gamepad face button. Remove this message in window.cs - vaporvee.com","Information");
}
public override void _Process(double delta)