mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
6478fdb97c
Ported over the logic from parsing credits in GOAL game text file over to the JSON parser. minor notes: - didn't bother replicating the logic for skipping empty lines - didn't need to handle multiple languages in one file https://github.com/open-goal/jak-project/blob/40b2e93be7ec24a597017e04b117a58162840016/common/serialization/subtitles/subtitles_ser.cpp#L92-L142 Using the sample multiline credits override from my comment in the code:  --------- Co-authored-by: ManDude <7569514+ManDude@users.noreply.github.com>