Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Jun 10, 2022
1 parent 02f9277 commit 28f6472
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ If you rely on these eraser-strokes: DO NOT UPDATE to this version or BACKUP you

### Fixed
- Fixed misplaced color picker after window resize
- Fixed keyboard shortcuts for MacOS

### Changed
- Updated to Godot 3.4.4
Expand All @@ -39,7 +40,6 @@ If you rely on these eraser-strokes: DO NOT UPDATE to this version or BACKUP you
- Made the brush stroke optimizer less aggresive, which results in smoother lines at the expense of slightly bigger savefiles
- Increased the default pressure sensitvity from 1.0 to 1.5
- Lowered minimum window size
- Update keyboard shortcuts for MacOS

## [0.4.0] - 2021-10-10

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## General
This guide is loosly based on [Godot's contributing guidelines](https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md):
- Use the latest stable release: Godot 3.3.4
- Use the latest stable release: Godot 3.4.4
- If you want to implement a big feature, open an issue or a [Github discussion](https://github.com/mbrlabs/Lorien/discussions) so we can talk about it first
- Format your commit messages with readability in mind

Expand Down
4 changes: 3 additions & 1 deletion docs/manuals/manual_v0.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Lorien provides you with different tools which you can find in the toolbar. If y
- Not pressure sensitve

### Circle Tool
TBD
- Allows you to draw perfect ellipses and circles
- You can hold down <kbd>Shift</kbd> while using the circle tool to draw perfect circles. Otherwise it defaults to ellipses
- Not pressure sensitve

### Eraser Tool
- Allows you to erease brush strokes by drawing over it. Once the eraser intersects with a brush stroke, the whole brush stroke will be removed
Expand Down
Binary file modified images/lorien_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28f6472

Please sign in to comment.