push changement de location

This commit is contained in:
mduval76
2023-11-16 20:47:20 -05:00
parent f654c5effa
commit 6bb3ee9667
8 changed files with 130 additions and 13 deletions

View File

@@ -28,7 +28,6 @@
#define BASE_WIDTH 640
#define BASE_HEIGHT 480
#define TEXTURE_PATH "./media/textures/"
#define SHADER_PATH "./media/shaders/"
#define AUDIO_PATH "./media/audio/"

View File

@@ -101,13 +101,10 @@ private:
Texture PauseBGTexture;
Texture SplachScreenTexture;
float m_scale;
float m_time = 0;
float m_time_SplashScreen = 0;
float m_titleX = 0;
float m_titleY = 0;
float m_Width = 0;
float m_Height = 0;
int m_renderCount = 0;
int m_countdown = COUNTDOWN;

View File

@@ -1 +0,0 @@
#include "parameters.h"

View File

@@ -1,8 +0,0 @@
#ifndef PARAMETERS_H
#define PARAMETERS_H
class Parameters {
};
#endif // PARAMETERS_H