Ian David Garcia

Results 2 issues of Ian David Garcia

Sample code: ``` entity.AddComponent(new TestHealthComponent()); world.Update(); entity.Delete(); // in system, using Aspect.All(typeof(TestHealthComponent)) public override void OnRemoved(Entity entity) { Debug.Assert(entity.GetComponent()!=null);

### Summary The ability to rotate and flip tiles in Tilemaps would greatly simplify tilesheet creation and reduce texture sizes, especially for top-down maps. ### Modification points: 1. Tile.cs *...

Feature
Tilemaps