This commit is contained in:
2026-03-03 21:55:57 +03:00
parent 000a587211
commit 9bca5735e8
9 changed files with 278 additions and 90 deletions
+6 -1
View File
@@ -27,7 +27,12 @@ App::App()
generateBeepSound();
beepSound_.setBuffer(beepBuffer_);
beepSound_.setVolume(100.0f);
sf::Image icon;
if (icon.loadFromFile("assets/icon.png")) {
window_.setIcon(icon.getSize().x, icon.getSize().y, icon.getPixelsPtr());
}
if (bottomPanelFont_.loadFromFile("assets/fonts/JetBrainsMono-Regular.ttf")) {
bottomPanelFontLoaded_ = true;
}