still working out movement

This commit is contained in:
2026-07-04 03:04:56 -04:00
parent 336b72e4cb
commit dbafefd660
16 changed files with 136 additions and 71 deletions
+7
View File
@@ -5,4 +5,11 @@ public partial class MapCell : Node2D
{
public Vector2I _address;
public MapCellOccupant _occupant;
public override void _Ready()
{
base._Ready();
}
}