mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-21 22:24:19 +00:00
Add trust warning
This commit is contained in:
parent
2ba2136813
commit
9252ca4565
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue