Version 0.7.1

Renamed score to points. Added upgrade menu at end of level, spend
points to increase health, energy, and unlock powers. Changed credits.
Fixed enemies finishing level. Made respawning at camera limit.
This commit is contained in:
Markus Scully 2013-08-25 22:05:38 +01:00
parent f7e9af3bc6
commit 0c7810979c
2 changed files with 114 additions and 53 deletions

View file

@ -542,7 +542,7 @@ function defineLevels(){
,'................................................###'
,'................................................###'
,'................................................###'
,'............................................FFFF###'
,'...........................................FFFFF###'
,'..........................................#########'
,'..........................1E..1.................###'
,'........................########................###'
@ -556,26 +556,26 @@ function defineLevels(){
,'###################################################'
],
[
'...................................................'
,'...................................................'
,'...................................................'
,'...................................................'
,'...................................................'
,'................................................###'
,'................................................###'
,'................................................###'
,'............................................FFFF###'
,'...........................................########'
,'..........................1E..1.................###'
,'.........................#######................###'
,'.........................#######................###'
,'.........###....................................###'
,'.........###........E.......2.......E.......E.H.###'
,'###################################################'
,'###################################################'
,'###################################################'
,'###################################################'
,'###################################################'
'......................................................'
,'......................................................'
,'.........................................#############'
,'.........................................#############'
,'.........................................#############'
,'...................................................###'
,'.........................####...............FFFFFFF###'
,'........................................##############'
,'..............####......................##############'
,'..............####............................########'
,'..............####.2..EE...2.1E..1............########'
,'......2.......#######################.........########'
,'....H.#.......#######################.......00########'
,'....###.....................................##########'
,'...####...E....#...E...#...E...#....E.....E.##########'
,'######################################################'
,'######################################################'
,'######################################################'
,'######################################################'
,'######################################################'
]
]
}