aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_map_img.py
Commit message (Collapse)AuthorAgeFilesLines
* maps: use strip block chomp operatorFlorian Fischer2023-01-251-2/+1
| | | | | The YAML strip block chomp operator causes all trailing newlines to be stripped from the map definition.
* remove unused argument in generate_map_imgFlorian Fischer2022-01-041-2/+2
|
* generate_map_img: add vertical gateFlorian Fischer2021-12-121-2/+2
|
* use selector to choose correct tower tileFlorian Fischer2021-12-121-14/+26
| | | | | A selector string contains all 4 directions: [left, right, up, down] in that order.
* improve fortification tilesFlorian Fischer2021-12-121-30/+79
|
* [generate_map_img] fix pylint warnings and type hintsFlorian Fischer2021-10-101-10/+16
|
* [maps] add new tyrant map, tiles and improve map generation scriptFlorian Fischer2021-09-131-51/+154
|
* add script Makefile, python tooling and run yapf in generate_map_img.pyFlorian Fischer2021-03-271-9/+20
|
* convert map definition to YAMLFlorian Fischer2021-02-281-36/+11
| | | | | We don't use our own map definition syntax which was not documented and fragile. YAML is more common and is easier to parse.
* introduce seperate assets subdirectoryFlorian Fischer2021-01-031-2/+2
|
* add map Makefile and don't show generated maps by defaultFlorian Fischer2021-01-021-2/+8
|
* add script to generate images from map files and tile assetsFlorian Fischer2021-01-021-0/+143