From db124a07769a2a70670889de1ac8c15a641aa7ce Mon Sep 17 00:00:00 2001 From: cmod31 Date: Fri, 27 Jan 2023 09:25:41 +0100 Subject: [PATCH] added information alert --- src/window.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/window.cs b/src/window.cs index 8289d3f..4a4efba 100644 --- a/src/window.cs +++ b/src/window.cs @@ -3,6 +3,10 @@ using System; public partial class window : Node { + public override void _Ready() + { + 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) { if (Input.IsActionJustPressed("fullscreen"))