Fix capitalization issues

This commit is contained in:
Sol
2022-01-30 18:44:35 +00:00
parent a7773a34f1
commit 20d55135da

View File

@@ -252,7 +252,7 @@
}, },
{ {
"name": "Goblin Warrior", "name": "Goblin Warrior",
"sprite": "sprites/wolf_Rider.atlas", "sprite": "sprites/wolf_rider.atlas",
"deck": "decks/goblin_mid.json", "deck": "decks/goblin_mid.json",
"spawnRate": 0.2, "spawnRate": 0.2,
"difficulty": 0.1, "difficulty": 0.1,
@@ -286,7 +286,7 @@
}, },
{ {
"name": "Goblin Chief", "name": "Goblin Chief",
"sprite": "sprites/wolf_Rider_2.atlas", "sprite": "sprites/wolf_rider_2.atlas",
"deck": "decks/goblin_good.json", "deck": "decks/goblin_good.json",
"spawnRate": 0.2, "spawnRate": 0.2,
"difficulty": 0.1, "difficulty": 0.1,
@@ -1116,4 +1116,4 @@
} }
] ]
} }
] ]