-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
help wantedExtra attention is neededExtra attention is neededtopic:levelsGame maps/levels.Game maps/levels.
Description
For some reason the Deno script, migrate-maps.ts, that we used to port the maps from the old version of Jumpy didn't correctly pick up the fall-through tile info for some of the experimental maps.
We need to fix the fall-through tiles to work on the experimental maps.
There are two ways we could go about this:
- Manually edit the YAML/JSON files for the maps in question to add the
jump_throughfield totruefor the jump-through tiles. - Fix and re-run the script for those maps
- Note: If we update the script, we need to take into account that we modified the background layer metadata format, and we'll need to incorporate those changes into the script.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededtopic:levelsGame maps/levels.Game maps/levels.