mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-03 07:08:01 +03:00
move config files to cfg/
This commit is contained in:
parent
bab96d6508
commit
bc13667be9
9 changed files with 5 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue