add typed dictionaries

This commit is contained in:
2025-03-04 20:23:08 +10:00
parent e7ffd00808
commit 889a8e6857
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ extends CanvasLayer
var _cursor_scene := preload("res://scenes/ui/cursor_base.tscn")
var _cursors: Dictionary
var _cursors: Dictionary[int, PlayerCursor]
@onready var _single_cursor: Control = $CursorBase