push triste du quad qui marche pas

This commit is contained in:
Claudel-D-Roy
2023-11-14 22:17:00 -05:00
parent dfd2ddc8af
commit 9426af39e7
4 changed files with 123 additions and 34 deletions

View File

@@ -61,6 +61,9 @@ private:
void DrawHud(float elapsedTime, BlockType bloc);
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
void RenderRemotePlayers(RemotePlayer& remoteplayer, float elapsedTime);
Connector m_conn;
Shader m_shader01;
BlockInfo* m_blockinfo[BTYPE_LAST];
@@ -104,6 +107,7 @@ private:
Texture MenuOptionsTexture;
Texture SplachScreenTexture;
float m_scale;
float m_time = 0;
float m_time_SplashScreen = 0;