mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +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
|
## 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:
|
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
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue