Minor improvements

This commit is contained in:
2024-01-22 17:12:26 +01:00
parent b01ae8543b
commit 1f6c128893
4 changed files with 20 additions and 8 deletions

View File

@ -1,7 +1,9 @@
class_name PlayerController
extends Node
## The character that we're controlling.
@export var character: Character
var move: Vector2
func _input(_event):