Add dropdown icons and description text

This commit is contained in:
dec05eba
2024-09-12 00:51:20 +02:00
parent beb4441be8
commit ce78dd5b36
7 changed files with 61 additions and 14 deletions

View File

@@ -39,6 +39,8 @@ namespace gsr {
mgl::Texture logo_texture;
mgl::Texture checkbox_circle_texture;
mgl::Texture checkbox_background_texture;
mgl::Texture play_texture;
mgl::Texture stop_texture;
double double_click_timeout_seconds = 0.4;