From 1403f7eccb07dbd135d64c4895fce07a94d4a0ee Mon Sep 17 00:00:00 2001 From: John Breaux Date: Thu, 11 Nov 2021 20:55:19 -0600 Subject: [PATCH] Pass --- godot_ship/script/game/Gameplay/Board.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot_ship/script/game/Gameplay/Board.gd b/godot_ship/script/game/Gameplay/Board.gd index d9a2f0b..de71f89 100644 --- a/godot_ship/script/game/Gameplay/Board.gd +++ b/godot_ship/script/game/Gameplay/Board.gd @@ -51,4 +51,4 @@ func worldspace_to_boardspace(coordinate:Vector2): # Coordinates of ship's center. Ship extends [-(size-1 >> 1), (size/2 >> 1)] func shiptoboard(ship:Ship): for i in range (ship.) - pass \ No newline at end of file + pass