merge develop in no_clip_bonus

This commit is contained in:
Askou
2021-06-15 12:23:39 +02:00
50 changed files with 707 additions and 168 deletions

View File

@@ -101,7 +101,7 @@ namespace BBM
return;
wal.getScene()->scheduleNewEntity("Bonus")
.addComponent<PositionComponent>(position)
.addComponent<TagComponent<Blowable>>()
.addComponent<TagComponent<BlowablePass>>()
.addComponent<MovableComponent>()
.addComponent<HealthComponent>(1, [](WAL::Entity &entity, WAL::Wal &wal) {
entity.scheduleDeletion();