Grid improvements

This commit is contained in:
Matt Thorson
2020-05-17 17:34:47 -07:00
parent 5745029fcc
commit 6bc89ac9d1
2 changed files with 59 additions and 0 deletions

View File

@ -7,6 +7,7 @@ namespace Strawberry
{
public float TimeStarted { get; private set; }
public Grid SolidGrid;
public Rect Bounds;
private List<Entity> entities;
private HashSet<Entity> toRemove;