Adding controls to control_menu

This commit is contained in:
2026-01-10 22:55:53 +01:00
parent 8aee4cdc53
commit 95a7d6ea9a
4 changed files with 82 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
* File name: control_menu.hpp
* Author: lejulien
* Date created: 10-01-2026 22:00:33
// Date modified: 10-01-2026 22:18:25
// Date modified: 10-01-2026 22:45:10
* ------
*/
@@ -20,6 +20,7 @@ public:
void display();
private:
ctx context_;
public: // Keep those public for easy access
int fps_ctrl_ = false;
int cell_size_ctrl_ = false;
bool play_ctrl_ = true;