added information alert
This commit is contained in:
@@ -3,6 +3,10 @@ using System;
|
|||||||
|
|
||||||
public partial class window : Node
|
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)
|
public override void _Process(double delta)
|
||||||
{
|
{
|
||||||
if (Input.IsActionJustPressed("fullscreen"))
|
if (Input.IsActionJustPressed("fullscreen"))
|
||||||
|
Reference in New Issue
Block a user