Added hold block and minor fixes
This commit is contained in:
@ -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
|
||||
|
||||
@ -1165,6 +1165,7 @@ void ApplicationManager::setupStateHandlers() {
|
||||
m_stateContext.statisticsPanelTex,
|
||||
m_stateContext.scorePanelTex,
|
||||
m_stateContext.nextPanelTex,
|
||||
m_stateContext.holdPanelTex,
|
||||
LOGICAL_W,
|
||||
LOGICAL_H,
|
||||
logicalScale,
|
||||
|
||||
Reference in New Issue
Block a user