Jump to content
  • 0

How can i disable options tooltip?


reaksiyon

Question

3 answers to this question

Recommended Posts

  • 0

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>

 

Link to comment
Share on other sites

×
×
  • Create New...