You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The level editor feature in Rapid Router allows for the creator to set a specific amount of "fuel" for the van - this is a useful game mechanic especially when creating a level that highlights the need to write efficient code / find an efficient route.
The input for that setting currently lives under the "Map" tab. It should be moved to the "Character" tab instead as it relates more to the character "moving" around the map.
Additionally, "fuel" only refers to the classic van character and doesn't make sense when another character is chosen, so we want to rename the label of the input.
Acceptance Criteria
Move the "fuel" input from the "Map" tab to the "Character" tab.
Rename the input from "Max fuel" to "Max moves" (this is only needed on the frontend side, for simplicity's sake, the variable in the code can remain fuel as renaming it everywhere would be tedious.)
The text was updated successfully, but these errors were encountered:
Task Description
The level editor feature in Rapid Router allows for the creator to set a specific amount of "fuel" for the van - this is a useful game mechanic especially when creating a level that highlights the need to write efficient code / find an efficient route.
The input for that setting currently lives under the "Map" tab. It should be moved to the "Character" tab instead as it relates more to the character "moving" around the map.
Additionally, "fuel" only refers to the classic van character and doesn't make sense when another character is chosen, so we want to rename the label of the input.
Acceptance Criteria
fuel
as renaming it everywhere would be tedious.)The text was updated successfully, but these errors were encountered: