Skip to content

Commit

Permalink
Merge pull request #64 from diegowald/master
Browse files Browse the repository at this point in the history
#63, Hiding (code commented) multiplayer option from menu
  • Loading branch information
Jo Grimstad authored Jun 23, 2017
2 parents 77aaa82 + e80c981 commit b938a8c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VoltAir/qml/VoltAirLevelProgressionList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ LevelProgressionList {
]
screenshotFileName: "sp.jpg"
achievementToUnlockOnPerfection: "collect_all_the_things"
},
LevelProgression {
}/*,
LevelProgression {
name: "multiplayer"
multiplayer: true
environments: [
Expand All @@ -135,7 +135,7 @@ LevelProgressionList {
}
]
screenshotFileName: "mp.jpg"
}
}*/
]
}

10 changes: 10 additions & 0 deletions VoltAir/resources/values-English.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ moonlight=Moonlight
arenas=Arenas
retry=Retry
next=next
1-1=1
1-2=2
1-3=3
1-4=4
1-5=5
2-1=6
2-2=7
2-3=8
2-4=9
3-1=10
10 changes: 10 additions & 0 deletions VoltAir/resources/values-Spanish.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ moonlight=Luz de luna
arenas=Arenas
retry=Reintentar
next=Siguiente
1-1=1
1-2=2
1-3=3
1-4=4
1-5=5
2-1=6
2-2=7
2-3=8
2-4=9
3-1=10
10 changes: 10 additions & 0 deletions VoltAir/resources/values-Swahili.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ moonlight=Moonlight
arenas=Arenas
retry=Retry
next=next
1-1=1
1-2=2
1-3=3
1-4=4
1-5=5
2-1=6
2-2=7
2-3=8
2-4=9
3-1=10

0 comments on commit b938a8c

Please sign in to comment.