Merge branch 'master' of https://gitlab.com/Mergul/bubel-ecs.git into remove_structure_top_mixin

# Conflicts:
#	tests/basic.d
This commit is contained in:
Mergul 2021-02-27 17:30:31 +01:00
commit 8b2793fc57
13 changed files with 200 additions and 97 deletions

View file

@ -416,6 +416,8 @@ void brickBreakerStart()
launcher.gui_manager.addComponent(CInput(), "Velocity");
launcher.gui_manager.addComponent(CDamping(), "Damping");
launcher.gui_manager.addComponent(CBall(), "Ball");
launcher.gui_manager.addComponent(CBVH(), "BVH");
launcher.gui_manager.addComponent(CAABB(), "AABB");
launcher.gui_manager.addSystem(becsID!MoveSystem, "Move System");
launcher.gui_manager.addSystem(becsID!EdgeCollisionSystem, "Edge Collision System");