diff --git a/README.md b/README.md index 8c7063ed8..16a65fc07 100644 --- a/README.md +++ b/README.md @@ -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.