Add Main UI, Fuel meter. Add particles to player digging

This commit is contained in:
Bram Verhulst
2024-05-14 12:28:37 +02:00
parent d5c002c2b2
commit 600050c198
39 changed files with 251 additions and 108 deletions

View File

@@ -2,6 +2,7 @@
#include "Collision.h"
#include "TextureManager.h"
#include "Animations/Animation.h"
#include "Particle/Particle.h"
class WorldLevel;
@@ -95,6 +96,8 @@ private:
bool m_IsDiggingPrimed{ false };
std::vector<Particle*> m_DigParticles{};
const float m_DigTime{ 0.5f };
bool m_Grounded { false };