wchristian/kc-vita-translation

"Night Battle Start" size issue

Closed this issue · 1 comments

This is a part of #30.

When using Shortcut Battle, I encountered this:
2019-01-04-233738
If we can not alter the size of the text, we may have to look into if image replacement can be done.

There's two things i'll need to try here:

  • add a newline, see if it breaks that usefully
  • try and resize the label

Unity Asset Explorer indicates that labels in the asset files have a fixed size. I was able to find the size indicated in the hex values of the raw asset file. Maybe editing those will cause the text to be resized to fit.

image image

This was a result of the string recognition grabbing too much, fixed now by parsing the actual file structure.

image