![]() |
[Clientside] Simple menu framework - Printable Version +- Gothic Online Forums (https://archive.gothic-online.com) +-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html) +--- Forum: Resources (https://archive.gothic-online.com/forum-14.html) +---- Forum: Frameworks (https://archive.gothic-online.com/forum-16.html) +---- Thread: [Clientside] Simple menu framework (/thread-337.html) |
[Clientside] Simple menu framework - Sative - 06.01.2016 Simple Menu Framework
It is easy to use menu framework with labels/textbox and mouse support!
Function list:
Code: Menu::Menu(x, y, font, lineHeight) //Create menu New event:
Code: onMenuChangeSelection(menu) Code: local myMenu = 0; Just put in your config.xml
Code: <script src="simple-menu-framework.nuc" type="client" /> Download:
Donate me via PayPal: [email protected]
RE: [Clientside] Simple menu framework - Sative - 09.05.2016 Link updated. |