diff options
author | yenatch <yenatch@gmail.com> | 2014-11-22 13:57:53 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-12-03 20:10:47 -0800 |
commit | 0182bcaf8f92e66396c17969b0753f2175603ccd (patch) | |
tree | 8bffd21d6013ad072873940bd8dc28c7a7df6f4e /pokemontools/old_text_script.py | |
parent | 41df23fce368821214c8cc1472b162d118c95b41 (diff) |
Read gfx.yaml for graphics conversion options.
Keys count both as path nodes and attributes depending on context.
An example gfx.yaml:
```
gfx:
pics:
pal_file: normal.pal
pic_dimensions: yes
animate: yes
stupid_bitmask_hack: [dewgong, lugia]
pc:
literal_only: yes
```
Here, all graphics matching gfx/pics/.../*.png will use palette gfx/pics/.../normal.pal and be interpreted as animated pics. gfx/pc.2bpp will compress using only the `literal` command.
If gfx.yaml doesn't exist, current behavior is unchanged. Filename arguments override yaml.
Diffstat (limited to 'pokemontools/old_text_script.py')
0 files changed, 0 insertions, 0 deletions