Skip to content

Commit

Permalink
Add level 8 with post office background, green zombies, fireballs, da…
Browse files Browse the repository at this point in the history
…rk hills, and dark clouds.
  • Loading branch information
ebarlas committed Jun 4, 2024
1 parent f91ba84 commit e9a4b22
Show file tree
Hide file tree
Showing 129 changed files with 5,822 additions and 9 deletions.
41 changes: 38 additions & 3 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 5,
"minor": 1
"major": 6,
"minor": 0
},
"windowSize": {
"x": 1200,
Expand Down Expand Up @@ -73,7 +73,8 @@
"level_4",
"level_5",
"level_6",
"level_7"
"level_7",
"level_8"
],
"db": {
"host": "www.trippinontubs.com",
Expand Down Expand Up @@ -205,6 +206,25 @@
"hitPoints": 2,
"elasticObjectCollisions": true
},
{
"type": "fireball",
"platform": false,
"velocity": {
"x": -30,
"y": 60
},
"terminalVelocity": {
"x": 30,
"y": 60
},
"massFactor": 10,
"runningAcceleration": -21,
"risingAcceleration": 21,
"hitPoints": 1,
"gravity": 140,
"fallGravity": 140,
"randFrame": true
},
{
"type": "zombie",
"platform": false,
Expand All @@ -220,6 +240,21 @@
"accelerateWhenGrounded": true,
"randFrame": true
},
{
"type": "zombie_green",
"platform": false,
"terminalVelocity": {
"x": 36,
"y": 158
},
"massFactor": 0.75,
"gravity": 140,
"fallGravity": 211,
"runningAcceleration": -30,
"hitPoints": 5,
"accelerateWhenGrounded": true,
"randFrame": true
},
{
"type": "rat",
"platform": false,
Expand Down
Loading

0 comments on commit e9a4b22

Please sign in to comment.