Push changement pour Parametres -> Settings

This commit is contained in:
mduval76
2023-11-27 16:03:06 -05:00
parent 1ab83a85a7
commit 4a9ad70d48
8 changed files with 167 additions and 155 deletions

View File

@@ -24,7 +24,7 @@
#include "renderer.h"
#include "remoteplayer.h"
#include "booster.h"
#include "settings.h"
class Engine : public OpenglContext {
public:
@@ -95,6 +95,7 @@ private:
irrklang::ISound *m_whoosh[MAX_BULLETS];
Player m_player = Player(Vector3f(.5f, CHUNK_SIZE_Y + 1.8f, .5f));
Settings m_parameters = Settings(m_audio);
Bullet* m_bullets[MAX_BULLETS];