1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 06:27:34 +00:00

Add trust warning

This commit is contained in:
Steffo 2023-03-07 01:45:33 +01:00
parent 2ba2136813
commit 9252ca4565
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -30,6 +30,12 @@ python3.7 -m pip install flyingsnake --upgrade
## Usage
> **Warning**
>
> Loading maliciously designed Terraria worlds can drain system resources, crash the interpreter, or possibly do more evil things!
>
> **Make sure you trust the worlds you are rendering!**
To create a world map image named `Output.png` from the `Small_Example.wld` file present in your current working directory, run in your terminal:
```bash