Added full-screen toggle option in start menu.

- Added 'toggle_full_screen' key binding to json file.
- Implemented full-screen functionality in rats.py.
This commit is contained in:
2025-01-04 16:11:50 +01:00
parent d31de92758
commit 89812d3ed8
5 changed files with 51 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"start_game": ["Return", 13],
"toggle_full_screen": ["F"],
"quit": ["Q", 12]
}