mirror of
https://github.com/Relintai/gif_loader.git
synced 2024-11-14 10:27:19 +01:00
24 lines
594 B
Markdown
24 lines
594 B
Markdown
# webm
|
|
|
|
A c++ Pandemonium engine module that adds support for loading gifs using https://github.com/hidefromkgb/gif_load .
|
|
|
|
# Building
|
|
|
|
1. Get the source code for the engine.
|
|
|
|
``` git clone https://github.com/Relintai/pandemonium_engine.git pandemonium_engine ```
|
|
|
|
2. Go into Pandemonium's modules directory.
|
|
|
|
```
|
|
cd ./pandemonium_engine/modules/
|
|
```
|
|
|
|
3. Clone this repository
|
|
|
|
```
|
|
git clone https://github.com/Relintai/gif_loader.git gif_loader
|
|
```
|
|
|
|
4. Build Pandemonium. You can use the official godot docs. [Tutorial](https://docs.godotengine.org/en/latest/development/compiling/index.html)
|