File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ you should be able to use this script:
40
40
``` bash
41
41
$ # creates a new JSON file in assets/
42
42
$ python gen_data.py make --id 1
43
- $ # creates a new ascii image as txt file in assets/
44
- $ python gen_data.py ascii --id 1
43
+ $ # creates a new ascii image as txt file in assets/ and prints a preview
44
+ $ python gen_data.py --verbose ascii --id 1 --mirror
45
45
```
46
46
47
47
You can also use the ` --name ` option for identifying a new pokemon. Repeat both
@@ -52,7 +52,7 @@ $ python gen_data.py --help
52
52
```
53
53
54
54
to get more help. Once you've obtained these files, build the project to play
55
- this game.
55
+ this game. Use the ` --mirror ` flag for your own pokemon (recommended).
56
56
57
57
### On Visual Studio (Windows)
58
58
You can’t perform that action at this time.
0 commit comments