Add settings icon, close window when pressing the close button

This commit is contained in:
dec05eba
2024-08-07 21:27:36 +02:00
parent b709805cfa
commit 1a49f86e98
14 changed files with 177 additions and 21 deletions

View File

@@ -28,7 +28,8 @@ namespace gsr {
mgl::Font title_font;
mgl::Font top_bar_font;
mgl::Texture combobox_arrow;
mgl::Texture combobox_arrow_texture;
mgl::Texture settings_texture;
};
bool init_theme(const gsr::GsrInfo &gsr_info, mgl::vec2i window_size, const std::string &resources_path);