Is there any tutorial out there on making menus?
Or can anyone give a quick tutorial.
I was going to make a menu, but the beginning and all the commands/funcitons seem hard to understand
Help is appreciated ^^
Moderator: Core Staff






Code: Select all
{
	menuDef
	{
		name            portal
        }
}
Code: Select all
#include "ui/menudef.h"
{
   menuDef 
   {
      name "cj"
      rect 0 0 1 1
      visible 0
      fullscreen 0
 
      onOpen
      {
         close cj;
      }
   }
}
