fix: Add default values in assets/config.json

This commit is contained in:
demenik
2025-11-24 18:03:48 +01:00
parent 4718271ba2
commit a91aefca1f

View File

@@ -1,5 +1,5 @@
{
"grid_width": 10,
"grid_height": 10,
"pom_speed": 2
"grid_width": 12,
"grid_height": 4,
"pom_speed": 1.5
}