diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-17 20:18:47 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-17 20:18:47 -0300 |
| commit | bf74afcdd07e59b1a48dbfacdce9d52fad765865 (patch) | |
| tree | 53ac9b8d61f7afa553ddafa0f22e2cf6014e55be /scripts/Utils | |
| parent | 6fb1eb6a6fe0f3f4c2f4e9d7fc476566168eba5d (diff) | |
Inimigos sólidos.
Diffstat (limited to 'scripts/Utils')
| -rw-r--r-- | scripts/Utils/Grid.cs | 2 |
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) { |
