~mzanetti/machines-vs-machines/qmake-based

« back to all changes in this revision

Viewing changes to data/levelpacks/default/level15/level.json

  • Committer: Michael Zanetti
  • Date: 2014-07-05 21:41:31 UTC
  • Revision ID: michael.zanetti@canonical.com-20140705214131-3wize86bmcan1z7d
implement level selector scrolling as per design

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "startMoney": 15,
 
3
    "rewardPoints": 20,
 
4
    "board": {
 
5
        "rows": 6,
 
6
        "columns": 10,
 
7
        "fieldsOnPath": [10, 11, 12, 22, 23, 24, 25, 15, 16, 17, 18, 19]
 
8
    },
 
9
    "waves": [
 
10
        {
 
11
            "interval": 1000,
 
12
            "enemies": [1]
 
13
        },
 
14
        {
 
15
            "interval": 1000,
 
16
            "enemies": [1,1,1,1]
 
17
        },
 
18
        {
 
19
            "interval": 1000,
 
20
            "enemies": [1,1,1,1,1,1,1,1]
 
21
        },
 
22
        {
 
23
            "interval": 1000,
 
24
            "enemies": [1,1,2,1,1,2,1,2,1,1,1]
 
25
        }
 
26
    ]
 
27
}