mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Fix warnings
This commit is contained in:
parent
d57674acca
commit
4d97430d44
7 changed files with 15 additions and 18 deletions
scenes
|
@ -1,4 +1,4 @@
|
|||
extends Node2D
|
||||
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
global_position = get_global_mouse_position()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue