Add slower game options. Might be usefull for slow players or development. Fixes #2499. Patch by DanCar.

This was SVN commit r15189.
This commit is contained in:
sanderd17 2014-05-21 13:46:42 +00:00
parent 01777a7ade
commit 0a3eb92d62

View File

@ -2,11 +2,19 @@
"Speeds":
[
{
"Name": "Turtle (0.5x)",
"Name": "Turtle (0.1x)",
"Speed": 0.10
},
{
"Name": "Slow (0.25x)",
"Speed": 0.25
},
{
"Name": "Leisurely (0.5x)",
"Speed": 0.50
},
{
"Name": "Slow (0.75x)",
"Name": "Relaxed (0.75x)",
"Speed": 0.75
},
{