diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-19 23:51:58 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-19 23:51:58 +0200 |
commit | 2c7890e90e1aad371854cfe60ad63eaa88e64fec (patch) | |
tree | e144631d4c8ad3b5f862e5822d697f19fc061f73 /db/animations.php | |
parent | 1a3489d4026656f83504a0154c294a5b6cf76a61 (diff) |
move generated db json files
Diffstat (limited to 'db/animations.php')
-rw-r--r-- | db/animations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/animations.php b/db/animations.php index 8e3decc..f69d169 100644 --- a/db/animations.php +++ b/db/animations.php @@ -10,4 +10,4 @@ foreach (scandir(dirname(__DIR__) . '/modules/tuxemon/mods/tuxemon/animations/te $animations[$animationName][] = $animationFileName; } -file_put_contents(__DIR__ . '/animations.json', json_encode($animations)); +file_put_contents(__DIR__ . '/_generated/animations.json', json_encode($animations)); |