added information alert

This commit is contained in:
2023-01-27 09:25:41 +01:00
parent 0e10367fc9
commit db124a0776

View File

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