Next page buttonsSolved

i cant seem to change the text on the close and next page buttons, is it just me?

See the bottom of the config file

They are hardcoded, no way to change text without editing the code.

				Text =
				{
					Text = "Close",
					FontSize = 18,
					Align = TextAnchor.MiddleCenter
				}
				Text =
				{
					Text = "Next Page",
					FontSize = 18,
					Align = TextAnchor.MiddleCenter
				}

You are right, just updated it to add options to config to change text for Close, Next Page and Prev Page

I'm afraid they are still hardcoded :)

FZ9xTRBvT800VQ9.png MONaH

I'm afraid they are still hardcoded :)

They shouldn't be as I changed it in the code and added config settings for it.



Merged post

Uploaded the wrong file - whoops....
Locked automatically