Improved reconnect flow

This commit is contained in:
2024-01-29 23:16:06 +01:00
parent bf08205c7d
commit b22d0b1367
25 changed files with 212 additions and 99 deletions

View File

@ -1,8 +1,5 @@
class_name PlayerController
extends Node
## The character that we're controlling.
@export var character: Character
extends Controller
var move: Vector2