Skip to content

Commit

Permalink
Add slower game options. Might be usefull for slow players or develop…
Browse files Browse the repository at this point in the history
…ment. Fixes #2499. Patch by DanCar.

git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@15189 3db68df2-c116-0410-a063-a993310a9797
  • Loading branch information
sanderd17 committed May 21, 2014
1 parent e3f57a5 commit 854be4b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions binaries/data/mods/public/simulation/data/game_speeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit 854be4b

Please sign in to comment.