feat: Add shop logic and popup UI (#34). Update config tests and
defaults
This commit is contained in:
@@ -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": []
|
||||
}"#,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user