summaryrefslogtreecommitdiff
path: root/scripts/Utils
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Utils')
-rw-r--r--scripts/Utils/Grid.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Utils/Grid.cs b/scripts/Utils/Grid.cs
index bf5d98f..cde01f6 100644
--- a/scripts/Utils/Grid.cs
+++ b/scripts/Utils/Grid.cs
@@ -1,7 +1,7 @@
using Godot;
using System;
-public partial class Grid : GodotObject {
+public abstract partial class Grid : GodotObject {
public static readonly Vector2I tileSize = new(16, 16);
public static Vector2I WorldToGrid(Vector2 coord) {