vivaria / tja2fumen

Mod tool to convert TJA chart files (.tja) into .bin files compatible with official games
https://pypi.org/project/tja2fumen/
MIT License
12 stars 1 forks source link

Fix error when metadata fields have numbers in them (e.g. `NOTESDESIGNER0`) #61

Closed vivaria closed 1 year ago

vivaria commented 1 year ago

Simple fix -- regex for metadata didn't include numbers, but does now.

Fixes #60.