1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Update README.md (#297)

Old gifexporter submodule is no longer present, so I removed information about initing it in repo.
This commit is contained in:
Igor Santarek 2020-08-07 23:50:03 +02:00 committed by GitHub
parent 205e72f356
commit 07ec18efa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,10 +64,6 @@ It's still work in progress so there are some pages missing. If you want to cont
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](https://github.com/novhack/godot-gifexporter), 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.7:
- Choosing between 7 tools pencil, eraser, fill bucket, lighten/darken, color picker, rectangle select and zoom and mapping them to both of your left and right mouse buttons.