Add player movement
This commit is contained in:
parent
269b962fef
commit
3f97e18615
27 changed files with 631 additions and 1 deletions
9
scripts/GameMenuController.cs
Normal file
9
scripts/GameMenuController.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using Godot;
|
||||
|
||||
public partial class GameMenuController : Control
|
||||
{
|
||||
public void OnMainMenu()
|
||||
{
|
||||
GetTree().ChangeSceneToFile("res://scenes/main_menu.tscn");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue