Initial commit

This commit is contained in:
Manuel 2023-09-29 18:12:38 +02:00
commit 03ce3755f5
Signed by: Manuel
GPG key ID: 4085037435E1F07A
15 changed files with 245 additions and 0 deletions

11
src/gui/menu/options.gd Normal file
View file

@ -0,0 +1,11 @@
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass