Version 0.5
Changed menu layout. Added options for controls. Removed multiplayer button. Added multiple game modes, only time trial is different for now. Added fallback for particle errors. Lots of bug fixes in menu. Added camera stopping at edge of level. Added support for mobiles devices. Fixed jump sound. Fixed graphics for browsers other than Chrome. Other changes too.
This commit is contained in:
parent
e20e535802
commit
e560f514ae
7 changed files with 363 additions and 116 deletions
50
level.js
50
level.js
|
@ -1,5 +1,53 @@
|
|||
function defineLevels(){
|
||||
levelparts = [
|
||||
timelevels = [
|
||||
[
|
||||
'...................................................................................................................................................................................'
|
||||
,'...............................................................................................................................................................................###.'
|
||||
,'...............................................................................................................................................................................###.'
|
||||
,'.###...........................................................................................................................................................................###.'
|
||||
,'.###...........................................................................................................................................................................###.'
|
||||
,'.###...................................................######........................................................................................................FFFFFFFFFF###.'
|
||||
,'.###....................................................................................................................................##..........................##############.'
|
||||
,'.###............................................######........######.................................................................##..........................##.##############.'
|
||||
,'.###..............................................................................................................................##..........................##....##############.'
|
||||
,'.###.....................................######......................######.........######...#x#x#x#...........................##..........................##..................###.'
|
||||
,'.###.........................................................................................#######........................##..........................##.....................###.'
|
||||
,'.###..............................######...................................................................######........##..........................##........................###.'
|
||||
,'.###..................................................................................................................##..........................##...........................###.'
|
||||
,'.##########................######..............................................................................................................##..............................###.'
|
||||
,'.##########...............................................................................................................................####.................................###.'
|
||||
,'.##################################xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx###.'
|
||||
,'.##################################xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx###.'
|
||||
,'.#################################################################################################################################################################################.'
|
||||
,'.#################################################################################################################################################################################.'
|
||||
,'.#################################################################################################################################################################################.'
|
||||
,'Super Awesome Carrot', 'Josh'
|
||||
],
|
||||
[
|
||||
'....................................................................................................................................'
|
||||
,'..................................................................................................................###...............'
|
||||
,'..................................................................................................................###...............'
|
||||
,'.###........................................................................................................FFFFFF###...............'
|
||||
,'.###.....................................................................###...............#####............FFFFFF###...............'
|
||||
,'.###.....................................................................###...............#####............#########...............'
|
||||
,'.###.....................................................................###................................#########...............'
|
||||
,'.###.....................................................................#########.............................###..................'
|
||||
,'.###.....................................................................#########.............................###..................'
|
||||
,'.###....................#.............................###................#########.............................###..................'
|
||||
,'.###....................#.............................###................###############.......................###..................'
|
||||
,'.###..................#.#.#......###.........###......###................###############.......................###..................'
|
||||
,'.###..................#.#.#......###.........###......###................###############.......................###..................'
|
||||
,'.##########.........#.#x#x###############################...################################.......###############..................'
|
||||
,'.##########.........#.#x#x###############################...##################################...#################..................'
|
||||
,'.########################################################........................................#################..................'
|
||||
,'.########################################################........................................#################..................'
|
||||
,'.#################################################################################################################..................'
|
||||
,'.#################################################################################################################..................'
|
||||
,'.#################################################################################################################..................'
|
||||
,'Duck', 'Asraelite'
|
||||
]
|
||||
];
|
||||
levelparts = [ // Free roam level sections
|
||||
[
|
||||
'.....................'
|
||||
,'.....................'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue