Skip to content

Commit

Permalink
Mention Race Goals Mode in the level editor help
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Jan 4, 2022
1 parent 8e130fd commit 9779d00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/leveleditor/leveleditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4451,8 +4451,10 @@ int display_help()
offsety += rm->menu_font_small.getHeight() + 2;
rm->menu_font_small.draw(offsetx, offsety, "[a] - Animated Tile Mode");
offsety += rm->menu_font_small.getHeight() + 2;
rm->menu_font_small.draw(offsetx, offsety, "[j] - Race Goals Mode");
offsety += rm->menu_font_small.getHeight() + 2;
rm->menu_font_small.draw(offsetx, offsety, "[k] - Block Properties");
offsety += rm->menu_font_small.getHeight() + 20;
offsety += rm->menu_font_small.getHeight() + 12;

rm->menu_font_small.draw(offsetx, offsety, "Layers:");
offsety += rm->menu_font_small.getHeight() + 2;
Expand All @@ -4463,7 +4465,7 @@ int display_help()
rm->menu_font_small.draw(offsetx, offsety, "[u] - Hide Inactive Tile Layers");
offsety += rm->menu_font_small.getHeight() + 2;
rm->menu_font_small.draw(offsetx, offsety, "[end] - Optimize Layers");
offsety += rm->menu_font_small.getHeight() + 20;
offsety += rm->menu_font_small.getHeight() + 12;

rm->menu_font_small.draw(offsetx, offsety, "Miscellaneous:");
offsety += rm->menu_font_small.getHeight() + 2;
Expand Down

0 comments on commit 9779d00

Please sign in to comment.