Added default font editing to VN

This commit is contained in:
2023-07-12 22:17:11 -07:00
parent 2eb441dfb3
commit 5b816a4316
14 changed files with 131 additions and 12 deletions

View File

@ -18,4 +18,5 @@ target_sources(vnscenetool
VNChoiceSetEventParser.cpp
VNIfEventParser.cpp
VNSceneChangeEventParser.cpp
VNSetDefaultFontEventParser.cpp
)