The plan is to create an ECS which will be used to store all entities and their components. Creating systems in the ECS will also be the main way for game scripts to interact with the game world.
1. Features that should be implemented before merging anything into main
2. Features that should be added soon after
3. Features that would be nice to add later on
The plan is to create an ECS which will be used to store all entities and their components. Creating systems in the ECS will also be the main way for game scripts to interact with the game world.
1. Features that should be implemented before merging anything into main
2. Features that should be added soon after
Entitywith query3. Features that would be nice to add later on
Entities