Small touchups to Readme.

This commit is contained in:
Relintai 2020-07-28 14:37:18 +02:00
parent a402ae2e2b
commit 055f57def5

View File

@ -2,15 +2,16 @@
This is a c++ engine module for the Godot engine. This is a c++ engine module for the Godot engine.
It lets you compose new animations from other animation frames, and it alo sets up interpolations between them.
It comes with it's own editor plugin.
![Broken Seals](screenshots/screenshot.png) ![Broken Seals](screenshots/screenshot.png)
It was inspired by this talk: It was inspired by this talk:
https://www.youtube.com/watch?v=LNidsMesxSE https://www.youtube.com/watch?v=LNidsMesxSE
It does not do everything from the talk, it only lets you compose new animations It does not do everything from the talk!
from other animation frames, and it alo sets up interpolations between them.
It comes with it's own editor plugin.
It supports both godot 3.2 and 4.0 (master). Note that since 4.0 is still in very early stages I only It supports both godot 3.2 and 4.0 (master). Note that since 4.0 is still in very early stages I only
check whether it works from time to time. check whether it works from time to time.