mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Fixed fileParser in order to read time scale in decimal
- json-simple can read either long or double. Updated getScaleTime to make it capable to read a decimal number. #fix #story[5]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"race-name": "AC35",
|
||||
"time-scale": 1000,
|
||||
"time-scale": 1.0,
|
||||
"race-size": 4,
|
||||
"teams": [
|
||||
{"team-name": "Oracle Team USA", "velocity": 20.9},
|
||||
|
||||
Reference in New Issue
Block a user