diff --git a/McBitFont/Form1.cs b/McBitFont/Form1.cs index edca56b..e2d483d 100644 --- a/McBitFont/Form1.cs +++ b/McBitFont/Form1.cs @@ -59,7 +59,7 @@ namespace McBitFont { public bool monospaced = false; private bool modified = false; private bool prjModified = false; - public const string version = "2.4"; + public const string version = "2.5"; public string prjName = "Untitled"; public string prjFileName = ""; public int codepage = 1251; diff --git a/README.md b/README.md index 716027a..00e08f3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Some basic hints on the interface: - Mouse 1 to mark a pixel black - Mouse 2 to mark a pixel white - Drag the mouse holding a button to draw pixels +- Hold Shift to constrain painting horizontally +- Hold Ctrl to constrain painting vertically - Mouse Scroll to scroll up and down - Shift + scroll to scroll left and right - Crtl + scroll to zoom diff --git a/images/Screenshot_Font-tester.png b/images/Screenshot_Font-tester.png index 18822f6..e13c7f4 100644 Binary files a/images/Screenshot_Font-tester.png and b/images/Screenshot_Font-tester.png differ