still working out movement
This commit is contained in:
@@ -5,4 +5,11 @@ public partial class MapCell : Node2D
|
||||
{
|
||||
public Vector2I _address;
|
||||
public MapCellOccupant _occupant;
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
base._Ready();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user