mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 21:01:48 +01:00
Add Particles (basic)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "Gui/Screens/ScreenManager.h"
|
||||
#include "Camera.h"
|
||||
#include "Gui/GuiMeter.h"
|
||||
#include "Particle/Particle.h"
|
||||
|
||||
class WorldLevel : public Level
|
||||
{
|
||||
@@ -27,6 +28,9 @@ public:
|
||||
|
||||
std::vector<Collision::CollisionRect> m_Rects;
|
||||
|
||||
std::vector<Particle*> m_Particles;
|
||||
int testCounter{ 0 };
|
||||
|
||||
private:
|
||||
double m_Fps{ 0.0f };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user