mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-13 08:27:19 +01:00
13 lines
284 B
Markdown
13 lines
284 B
Markdown
# Procedural Animations
|
|
|
|
This is a Procedural Animations engine module for the GODOT Engine.
|
|
|
|
clone this repository into your `<Godot source>/modules/`, and compile.
|
|
|
|
```
|
|
cd <Godot source>/modules
|
|
|
|
git clone https://github.com/Relintai/procedural_animations procedural_animation
|
|
|
|
```
|