feat: check for collisions with other tetrominos

This commit is contained in:
Martin Prokoph
2025-06-28 19:32:26 +02:00
parent 41af446f94
commit 7aa1b0e73c
6 changed files with 39 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
{
"musicVolume": 100,
"soundVolume": 100,
"guiScale": 4.62
"guiScale": 5.0,
"difficulty": "NORMAL"
}