Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Add Roots Board ("Back To Your Roots")
Browse files Browse the repository at this point in the history
"Back To Your Roots" will be the tentative/unofficial name for this board.

This will also take 1-1's place (Crab Snap has been moved to 1-4).
  • Loading branch information
ShamblesSM committed Feb 12, 2023
1 parent 6ef7f44 commit 6f14add
Show file tree
Hide file tree
Showing 8 changed files with 2,814 additions and 7 deletions.
5 changes: 5 additions & 0 deletions games/ZumaBlitzRemake/config/level_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "level",
"level": 103,
"name": "1-3"
},
{
"type": "level",
"level": 104,
"name": "1-4"
}
],
"checkpoints": [
Expand Down
14 changes: 7 additions & 7 deletions games/ZumaBlitzRemake/config/levels/level_101.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"map": "kroakatoa_crab",
"map": "fossilfood_roots",
"music": "level",
"dangerMusic": "danger",
"powerupFrequency": 15,
Expand Down Expand Up @@ -27,8 +27,8 @@
"name": "default",
"movement": {
"type": "circular",
"x": 386,
"y": 236
"x": 380,
"y": 248
}
},
"pathsBehavior": [
Expand All @@ -44,8 +44,8 @@
"spawnRules": {
"type": "continuous"
},
"spawnDistance": 0.6,
"dangerDistance": 0.75,
"spawnDistance": 0.7,
"dangerDistance": 0.65,
"speeds": [
{
"distance": 0,
Expand All @@ -57,7 +57,7 @@
}
},
{
"distance": 0.2,
"distance": 0.4,
"speed": 75.0,
"transition": {
"type": "bezier",
Expand All @@ -66,7 +66,7 @@
}
},
{
"distance": 0.6,
"distance": 0.55,
"speed": 75.0,
"transition": {
"type": "bezier",
Expand Down
84 changes: 84 additions & 0 deletions games/ZumaBlitzRemake/config/levels/level_104.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"map": "kroakatoa_crab",
"music": "level",
"dangerMusic": "danger",
"powerupFrequency": 15,
"individualPowerupFrequencies": {
"time": 16,
"multiplier": 18
},
"targetFrequency": {
"type": "seconds",
"initialDelay": 12,
"delay": 16
},
"powerupGenerator": "vanilla_powerup.json",
"gemGenerator": "vanilla_gem.json",
"colorGeneratorNormal": "default",
"colorGeneratorDanger": "default",
"matchEffect": "match",
"objectives": [
{
"type": "timeSurvived",
"target": 60
}
],
"shooter": {
"name": "default",
"movement": {
"type": "circular",
"x": 386,
"y": 236
}
},
"pathsBehavior": [
{
"colors": [
1,
2,
3,
4,
5
],
"colorStreak": 0.45,
"spawnRules": {
"type": "continuous"
},
"spawnDistance": 0.6,
"dangerDistance": 0.75,
"speeds": [
{
"distance": 0,
"speed": 800.0,
"transition": {
"type": "bezier",
"point1": 0.9,
"point2": 0.9
}
},
{
"distance": 0.2,
"speed": 75.0,
"transition": {
"type": "bezier",
"point1": 0.25,
"point2": 0.75
}
},
{
"distance": 0.6,
"speed": 75.0,
"transition": {
"type": "bezier",
"point1": 0.25,
"point2": 0.75
}
},
{
"distance": 1,
"speed": 3.0
}
]
}
]
}
21 changes: 21 additions & 0 deletions games/ZumaBlitzRemake/maps/fossilfood_roots/background.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"path": "maps/fossilfood_roots/background.png",
"frame_size": {
"x": 800,
"y": 600
},
"states": [
{
"pos": {
"x": 0,
"y": 0
},
"frames": {
"x": 1,
"y": 1
}
}
],
"internal": true,
"batched": false
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f14add

Please sign in to comment.