Jump to content
  • 0

How can i disable options tooltip?


Question

3 answers to this question

Recommended Posts

  • 0
Posted

Oh, gotcha....  Maybe make a new button graphic with the Ayarlar text embedded for now instead of the client rendering the text?

 

I'll see what options we have for customizing that in B5

  • 0
Posted

Remove the text between <Options></Options> in the language file inside the <MainMenu></Mainmenu> block.

 

    <MainMenu>
        <string id="title">Main Menu</string>
        <string id="login">Login</string>
        <string id="register">Register</string>
        <string id="credits">Credits</string>
        <string id="exit">Exit</string>
        <string id="options"></string>
    </MainMenu>

 

  • 0
Posted

But when im removing "Ayarlar" string in <string id="options"></string> . My Settings button's inside is going to clear too

Like:

Login

Register

Credits

[Clear (nothing typing)]

Exit

×
×
  • Create New...