Fixed sidePieces (Need to add more cases tho)

This commit is contained in:
Bram Verhulst
2024-04-06 01:47:34 +02:00
parent 9def986c83
commit f50597d1a5
9 changed files with 143 additions and 46 deletions

View File

@@ -140,6 +140,12 @@ private:
Texture* m_pBottomLeftTexture;
Texture* m_pBottomRightTexture;
Texture* m_pMiddleTopTexture;
Texture* m_pMiddleBottomTexture;
Texture* m_pMiddleLeftTexture;
Texture* m_pMiddleRightTexture;
Texture* m_pAllTexture;
};