From 634c459d08fd1084818418564b47e20d0a447573 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 12 Dec 2019 17:20:17 +0200 Subject: [PATCH] v0.5 - The UI update This commit fixes a bug with graphics tablets not being able to use undo and redo. v0.5 will be built from this commit. --- README.md | 12 +++++++----- project.godot | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9ae06cc7d..f9db2fafc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Pixelorama - your free and open-source sprite editor! Your free & open-source 2D sprite editor, made by Orama Interactive in the Godot Engine, using GDScript! - [![Pixelorama's horrible UI](https://functionoverload590613498.files.wordpress.com/2019/11/screenshot_268.png)](https://www.youtube.com/watch?v=h3OJROgAR-A&list=PLVEP1Zz6BUpBiQC0CB6eNBhhLF4tEwBB-) + [![Pixelorama's UI](https://img.itch.zone/aW1hZ2UvNDcwMzY3LzI3NzUxMDMucG5n/original/QrfONw.png)](https://www.youtube.com/watch?v=nBz0LgPx7G8&list=PLVEP1Zz6BUpBiQC0CB6eNBhhLF4tEwBB-&index=5&t=0s) -Current features as of version v0.4: +Current features as of version v0.5: -- Choosing between 6 tools – pencil, eraser, fill bucket, paint same color, lighten/darken and rectangle select – and mapping them to both of your left and right mouse buttons. +- Choosing between 6 tools – pencil, eraser, fill bucket, lighten/darken, color picker and rectangle select – and mapping them to both of your left and right mouse buttons. - Different colors and brush sizes for each of the mouse buttons. - Support of two types of custom brushes: "From files" and "per project" brushes. Custom brushes from files get loaded from the "Brushes" folder that comes with Pixelorama, and per project brushes get saved with the rectangle select tool. - Creating a new canvas with a size of your choosing. @@ -16,15 +16,17 @@ Current features as of version v0.4: - Undo/Redo support! - Horizontal & vertical mirrored drawing! - Tile Mode for pattern creation! -- Split screen mode to see your masterpiece twice! +- Split screen mode to see your masterpiece twice! And a mini canvas preview area to see it thrice! - Create straight lines for pencil and eraser by holding down Shift while you draw. - The middle mouse wheel isn’t forgotten, you can use it to pan around the canvas and by scrolling up and down, you can zoom in and out! - Keyboard shortcuts! I’m pretty sure this is a lifesaver for most of you. - Just like onions, Pixelorama has a multiple layer system! You can add, remove, move up and down, clone and merge as many layers as you like! You can also rename them! +- Rulers and guides! - Scale, crop and flip your images! +- Greek localization support! Make sure to visit our website for more information! https://www.orama-interactive.com/pixelorama Download it as a stand-alone on itch.io: https://orama-interactive.itch.io/pixelorama -If you like, consider helping me by sponsoring this project! It would enable me to focus more on Pixelorama, and make more projects in the future! +If you like, consider helping us by sponsoring this project! It would enable us to focus more on Pixelorama, and make more projects in the future! diff --git a/project.godot b/project.godot index c54c6f49a..aec6c0c32 100644 --- a/project.godot +++ b/project.godot @@ -35,7 +35,7 @@ _global_script_class_icons={ config/name="Pixelorama" run/main_scene="res://Main.tscn" config/icon="res://icon.png" -config/Version="v0.5-beta" +config/Version="v0.5" [autoload] @@ -93,12 +93,12 @@ camera_drag={ } left_mouse={ "deadzone": 0.5, -"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null) +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null) ] } right_mouse={ "deadzone": 0.5, -"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":2,"pressed":false,"doubleclick":false,"script":null) +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":2,"pressed":false,"doubleclick":false,"script":null) ] } left_pencil_tool={