7-16-25 @ 3:27AM
This commit is contained in:
@@ -5,6 +5,15 @@ public partial class Main : Node
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public override void _Process(double DELTA_)
|
||||
{
|
||||
if (Input.IsActionJustReleased("quit_game"))
|
||||
{
|
||||
GetTree().Quit();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user