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:
parent
f7e9af3bc6
commit
0c7810979c
2 changed files with 114 additions and 53 deletions
42
level.js
42
level.js
|
@ -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.##########'
|
||||
,'######################################################'
|
||||
,'######################################################'
|
||||
,'######################################################'
|
||||
,'######################################################'
|
||||
,'######################################################'
|
||||
]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue