feat(directory): half baked operator page :)

This commit is contained in:
Haoyu Xu
2023-03-01 21:00:18 -05:00
parent 1c8356bbbb
commit 959178161c
16 changed files with 419 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ async function main() {
await background.process()
const backgrounds = ['operator_bg.png', ...background.files]
directory()
directory({backgrounds, charwordTable})
for (const OPERATOR_NAME of OPERATOR_NAMES) {
const OPERATOR_SOURCE_FOLDER = path.join(__projetRoot, __config.folder.operator)