online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/Game.gd')
-rw-r--r--ui/board/Game.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/board/Game.gd b/ui/board/Game.gd
index 14ab685..cfb1765 100644
--- a/ui/board/Game.gd
+++ b/ui/board/Game.gd
@@ -29,8 +29,8 @@ func set_status(text: String, length := 5) -> void:
status.set_text(text, length)
-func get_board() -> AspectRatioContainer:
- return $"%Board" as AspectRatioContainer
+func get_board() -> Control:
+ return $"%Board" as Control
func _spectate_info(info: Dictionary) -> void: