mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-12-15 13:27:06 +08:00
OpenGL rendering hooked up. Better platform layer abstraction
This commit is contained in:
@ -8,7 +8,6 @@ namespace Strawberry
|
||||
public float TimeStarted { get; private set; }
|
||||
public Grid SolidGrid;
|
||||
public Rect Bounds;
|
||||
public Vector Camera;
|
||||
|
||||
private List<Entity> entities;
|
||||
private HashSet<Entity> toRemove;
|
||||
|
||||
Reference in New Issue
Block a user