From dddccc4a11973d8eda5a00d59bb88a46028c1bab Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 13 Apr 2020 21:24:00 +0300 Subject: [PATCH] Update README and Changelog Replaced "Dependencies" with "Cloning Instructions" in README.md, to add more info on how to clone the repo and get the gif exporter submodule. --- Changelog.md | 1 + README.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b240085..90dc291 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,6 +24,7 @@ Martin Novák (novhack), luiq54, Schweini07, Marco Galli (Gaarco), Matheus Peseg - Esperanto translation. - When the image is unsaved and the user tries to make a new one, a new warning dialog will appear to ask for confirmation. - A new zoom tool has been added, and you can also zoom in with the `+` key, and zoom out with `-`. +- You can now move the canvas with the `Arrow keys`. `Shift + Arrows` make it move with medium speed, and `Ctrl + Shuft + Arrows` makes it move with high speed. - The left and right tool icon options (found in Preferences) are now saved and restored on startup. ### Changed diff --git a/README.md b/README.md index cea0be8..0d614d1 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,11 @@ You can also support the development on patreon: [![Become a Patron!](https://c5 ## Documentation Coming soon! -## Dependencies -Pixelorama uses Godot 3.2. As of right now, all of the code is written using GDScript, so the mono version of Godot is not required, but Pixelorama should also work with it. +## Cloning Instructions +Pixelorama uses Godot 3.2, so you will need to have it in order to run the project. +As of right now, most of the code is written using GDScript, so the mono version of Godot is not required, but Pixelorama should also work with it. +Pixelorama uses a GDNative addon for gif exporting, since it's not possible to do it natively with Godot. In order to ensure that your clone works properly, you will need to use the command `git submodule update --init` right after you clone. +Note that the addon only works in Windows and Linux platforms, for the time being. Pixelorama should run without it fine on other platforms. ## Current features as of version v0.6.2: