Fix warnings

This commit is contained in:
blinry 2020-11-10 22:37:10 +01:00
parent d57674acca
commit 4d97430d44
7 changed files with 15 additions and 18 deletions
scenes

View file

@ -1,4 +1,4 @@
extends Node2D
func _process(delta):
func _process(_delta):
global_position = get_global_mouse_position()