From 10bd172d87b853bf370c068d168c0927c0b63807 Mon Sep 17 00:00:00 2001 From: cmod31 Date: Fri, 27 Jan 2023 13:31:31 +0100 Subject: [PATCH] added attention request --- src/window.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.cs b/src/window.cs index 4a4efba..fafa731 100644 --- a/src/window.cs +++ b/src/window.cs @@ -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)