Added hold block and minor fixes

This commit is contained in:
2025-12-20 11:10:23 +01:00
parent 38dbc17ace
commit a520de6c1f
20 changed files with 467 additions and 50 deletions

View File

@ -130,7 +130,7 @@ namespace Config {
constexpr const char* LOGO_BMP = "assets/images/logo.bmp";
constexpr const char* LOGO_SMALL_BMP = "assets/images/logo_small.bmp";
constexpr const char* BACKGROUND_BMP = "assets/images/main_background.bmp";
constexpr const char* BLOCKS_BMP = "assets/images/blocks90px_001.bmp";
constexpr const char* BLOCKS_BMP = "assets/images/2.png";
}
// Audio settings

View File

@ -1165,6 +1165,7 @@ void ApplicationManager::setupStateHandlers() {
m_stateContext.statisticsPanelTex,
m_stateContext.scorePanelTex,
m_stateContext.nextPanelTex,
m_stateContext.holdPanelTex,
LOGICAL_W,
LOGICAL_H,
logicalScale,