demo headers refactor

This commit is contained in:
h4570
2022-08-14 20:11:57 +02:00
parent 7ef0e73543
commit 5c2ae9770e
35 changed files with 57 additions and 87 deletions
+1 -2
View File
@@ -10,7 +10,6 @@
#include "states/game/enemy/enemy.hpp"
#include <functional>
#include "debug/debug.hpp"
using Tyra::Math;
@@ -49,7 +48,7 @@ Enemy::Enemy(Engine* engine, const EnemyInfo& t_info) {
mesh->translation.translateY(-5.0F);
audio = &engine->audio;
audio->adpcm.setVolume(50, info.adpcmChannel);
audio->adpcm.setVolume(30, info.adpcmChannel);
allocateOptions();