Quote:
Originally Posted by mcoy
[You must be logged in to view images. Log in or Register.]
Notepad++ is my go-to, but you can use regular old notepad and then change the file extension back to XML. Just don't insert carriage returns etc or it'll muck up the formatting and break it (make a backup copy of the file first).
-Mcoy
|
Thank you! I managed to fix it. Had to dig through the file and find "<Text Color>" under "<Button item = "HB_Button1">" Looks like I need to manually edit each button, but at least its fixable.
For anyone curious it looked like this:
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
They values were at zero, setting them like this made it white.
Whew. That was crazy.