This commit is contained in:
Eefschmeef2310 2024-09-27 00:08:13 +10:00
parent 99fa252fba
commit 8c89c15b3e
6 changed files with 14 additions and 7 deletions

View file

@ -37,7 +37,7 @@ func _ready():
#Runs when all children have entered the tree
pass
func _process(delta):
func _process(_delta):
#Runs per frame
pass
#endregion