feat: Add shop logic and popup UI (#34). Update config tests and

defaults
This commit is contained in:
demenik
2025-12-01 13:42:19 +01:00
parent 91300e3f4d
commit 4b28f80bcb
10 changed files with 140 additions and 2 deletions

View File

@@ -22,7 +22,10 @@ fn test_load_valid_config() {
r#"{
"grid_width": 10,
"grid_height": 5,
"pom_speed": 2.0
"pom_speed": 2.0,
"shovel_base_price": 10,
"shovel_rate": 0.2,
"berry_seeds": []
}"#,
);