Skip to content

Commit

Permalink
Generalize tile raise/lower hint text in connected tile placement tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Rampastring committed Jun 4, 2024
1 parent 1b0cdbd commit 29dc9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TSMapEditor/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace TSMapEditor
{
public static class Constants
{
public const string ReleaseVersion = "1.1.0";
public const string ReleaseVersion = "1.1.1";

public static int CellSizeX = 48;
public static int CellSizeY = 24;
Expand Down
2 changes: 1 addition & 1 deletion src/TSMapEditor/UI/CursorActions/DrawCliffCursorAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public override void DrawPreview(Point2D cellCoords, Point2D cameraTopLeftPoint)
"Backspace to go back one step\r\n";

const string tabText = "TAB to toggle between front and back sides\r\n";
const string pageUpDownText = "PageUp to raise the cliff, PageDown to lower it\r\n";
const string pageUpDownText = "PageUp to raise the tiles, PageDown to lower them\r\n";
const string exitText = "Right-click or ESC to exit";

string text = (Constants.IsFlatWorld, cliffType.FrontOnly) switch
Expand Down

0 comments on commit 29dc9d7

Please sign in to comment.