move config files to cfg/

This commit is contained in:
rr- 2021-03-18 15:08:25 +01:00
parent bab96d6508
commit bc13667be9
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
9 changed files with 5 additions and 31 deletions

View file

@ -9,7 +9,7 @@ BUILD_DIR = REPO_DIR / "build"
def main() -> None:
gf = pyjson5.loads(
(REPO_DIR / "Tomb1Main_gameflow.json5").read_text(encoding="utf-8")
(REPO_DIR / "cfg/Tomb1Main_gameflow.json5").read_text(encoding="utf-8")
)
with (BUILD_DIR / "init.c").open("w") as handle:
print('#include "init.h"', file=handle)