Waves

Description:

follow the trail of coins!

can you collect them all without missing any?

Note that this level JSON is only provided here as a reference โ€“ to earn in-game skins for achievements in this level, please play this level from its dedicated page in the Custom Mode menu!

Level Code:

{
  "items": [
    {
      "type": "preset",
      "data": {
        "key": "cw",
        "xStart": 0,
        "yStart": 50,
        "totalLength": 330,
        "coinOpts": {"type": "default"}
      }
    },
    {
      "type": "preset",
      "data": {
        "key": "cw",
        "xStart": 0,
        "yStart": 35,
        "totalLength": 300,
        "coinOpts": {"type": "default"}
      }
    },
    {
      "type": "preset",
      "data": {
        "key": "cw",
        "xStart": 0,
        "yStart": 50,
        "totalLength": 300,
        "coinOpts": {"type": "default"}
      }
    },
    {
      "type": "preset",
      "data": {
        "key": "cw",
        "xStart": 0,
        "yStart": 65,
        "totalLength": 270,
        "coinOpts": {"type": "default"}
      }
    }
  ],
  "opts": {
    "speed": 1,
    "winCriteria": {"type": "collect-all-coins"}
  }
}