Skip to content

Commit 12926b1

Browse files
committed
Code cleanup and formatting changes
1 parent e8d6b98 commit 12926b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Scripts/Board.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public class Board : MonoBehaviour
1010
public Vector2Int boardSize = new Vector2Int(10, 20);
1111
public Vector3Int spawnPosition = new Vector3Int(-1, 8, 0);
1212

13-
public RectInt Bounds {
13+
public RectInt Bounds
14+
{
1415
get
1516
{
1617
Vector2Int position = new Vector2Int(-boardSize.x / 2, -boardSize.y / 2);

0 commit comments

Comments
 (0)