Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Aug 8, 2022
1 parent e92c014 commit cf48380
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Lorien is an **infinite canvas drawing/note-taking app that is focused on perfor

**This is very much a WIP and still a bit rough around the edges** ⚠. The savefile format *might* also change in the future. Contributions (be it bug reports, code, art or [translations](docs/i18n.md)) are very welcome.

## Features as of v0.5.0-dev:
## Features as of v0.6.0-dev:
- Infinite canvas
- Infinite undo/redo
- (Almost) Infinite zoom
Expand All @@ -27,11 +27,12 @@ Lorien is an **infinite canvas drawing/note-taking app that is focused on perfor
- [Tools](docs/manuals/manual_v0.5.0.md): Freehand brush, eraser, line tool, rectangle tool, circle/ellipse tool, selection tool
- Move and delete selected brush strokes
- SVG export
- Rebindable keyboard shortcuts
- Built-in and custom color palettes
- Designed to be used with a drawing tablet (Wacom, etc.). It also supports pressure sensitivity
- A little Surprise Mechanic™ when pressing F12
- Runs on Windows, Linux & macOS
- Localizations: English, German, Italian, Korean, Russian, Spanish, Turkish, Brazilian Portuguese
- Localizations: English, German, Italian, Korean, Russian, Spanish, Turkish, Brazilian Portuguese, Chinese

## Download
You can download the latest stable releases on [Github](https://github.com/mbrlabs/Lorien/releases).
Expand Down
2 changes: 1 addition & 1 deletion lorien/Assets/I18n/ko.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LANGUAGE_NAME 한국어
LANGUAGE_NAME Korean

# -----------------------------------------------------------------------------
# Menu strings
Expand Down
13 changes: 5 additions & 8 deletions lorien/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ margin_bottom = 202.0
custom_styles/panel = SubResource( 1 )

[node name="ColorPicker" type="ColorPicker" parent="BackgroundColorPickerPopup/PanelContainer"]
margin_left = 24.0
margin_top = 24.0
margin_right = 333.0
margin_bottom = 428.0
margin_left = 28.0
margin_top = 28.0
margin_right = 337.0
margin_bottom = 432.0
edit_alpha = false
presets_enabled = false
presets_visible = false
Expand Down Expand Up @@ -134,8 +134,6 @@ theme = ExtResource( 8 )
popup_exclusive = true
access = 2
filters = PoolStringArray( "*.lorien" )
current_dir = "/Projects/Other/Lorien/lorien"
current_path = "/Projects/Other/Lorien/lorien/"
__meta__ = {
"_edit_lock_": true
}
Expand Down Expand Up @@ -195,8 +193,6 @@ theme = ExtResource( 8 )
popup_exclusive = true
window_title = "Export SVG"
access = 2
current_dir = "/Projects/Other/Lorien/lorien"
current_path = "/Projects/Other/Lorien/lorien/"

[node name="UnsavedChangesDialog" parent="." instance=ExtResource( 7 )]
visible = false
Expand All @@ -222,6 +218,7 @@ margin_right = 225.0
margin_bottom = 102.5

[node name="SettingsDialog" parent="." instance=ExtResource( 10 )]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
Expand Down
18 changes: 9 additions & 9 deletions lorien/UI/Themes/theme_dark.tres
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/fonts/font = ExtResource( 2 )
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 2 )
Expand All @@ -239,7 +239,7 @@ CheckButton/colors/font_color_hover_pressed = Color( 1, 1, 1, 1 )
CheckButton/colors/font_color_pressed = Color( 1, 1, 1, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/fonts/font = ExtResource( 2 )
CheckButton/icons/off = ExtResource( 5 )
CheckButton/icons/off_disabled = ExtResource( 5 )
CheckButton/icons/on = ExtResource( 6 )
Expand All @@ -266,7 +266,7 @@ ColorPickerButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.3 )
ColorPickerButton/colors/font_color_hover = Color( 1, 1, 1, 1 )
ColorPickerButton/colors/font_color_pressed = Color( 0.8, 0.8, 0.8, 1 )
ColorPickerButton/constants/hseparation = 2
ColorPickerButton/fonts/font = null
ColorPickerButton/fonts/font = ExtResource( 2 )
ColorPickerButton/icons/bg = null
ColorPickerButton/styles/disabled = SubResource( 4 )
ColorPickerButton/styles/focus = SubResource( 4 )
Expand Down Expand Up @@ -307,7 +307,7 @@ Label/constants/line_spacing = 3
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/fonts/font = null
Label/fonts/font = ExtResource( 2 )
Label/styles/normal = SubResource( 9 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
Expand All @@ -317,7 +317,7 @@ LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/fonts/font = ExtResource( 2 )
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 10 )
LineEdit/styles/normal = SubResource( 11 )
Expand All @@ -331,7 +331,7 @@ PopupMenu/colors/font_color_hover = Color( 0.88, 0.88, 0.88, 1 )
PopupMenu/colors/font_color_separator = Color( 0.88, 0.88, 0.88, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 4
PopupMenu/fonts/font = null
PopupMenu/fonts/font = ExtResource( 2 )
PopupMenu/icons/checked = null
PopupMenu/icons/radio_checked = null
PopupMenu/icons/radio_unchecked = null
Expand All @@ -352,7 +352,7 @@ TabContainer/constants/label_valign_bg = 2
TabContainer/constants/label_valign_fg = 0
TabContainer/constants/side_margin = 8
TabContainer/constants/top_margin = 24
TabContainer/fonts/font = null
TabContainer/fonts/font = ExtResource( 2 )
TabContainer/icons/decrement = null
TabContainer/icons/decrement_highlight = null
TabContainer/icons/increment = null
Expand All @@ -379,8 +379,8 @@ Tree/constants/item_margin = 12
Tree/constants/scroll_border = 4
Tree/constants/scroll_speed = 12
Tree/constants/vseparation = 4
Tree/fonts/font = null
Tree/fonts/title_button_font = null
Tree/fonts/font = ExtResource( 2 )
Tree/fonts/title_button_font = ExtResource( 2 )
Tree/icons/arrow = null
Tree/icons/arrow_collapsed = null
Tree/icons/checked = null
Expand Down

0 comments on commit cf48380

Please sign in to comment.