ENIGMA Forums

Contributing to ENIGMA => Developing ENIGMA => Topic started by: hpg678 on August 30, 2018, 01:15:56 pm

Title: Customized Drag n Drop Actions
Post by: hpg678 on August 30, 2018, 01:15:56 pm
Every game needs a menu to provide choices for the user to navigate within their game.. For beginners and everyone else who wants a small menu for their games, one has been provided in the form of a library.


to use the library you must create a 'lib' directory in your 'enigma-dev' directory. copy over the 'Game menu.lgl' file into the 'lib' directory. Start up your LGM/Enigma and the library will be loaded.


**Very Important**
One of your rooms must be named 'rm_option' for the 'Help/Options' segment to work since it looks for a room with the same name.


you can refer to the sample file to see how it is done.


The library has been tested on LINUX 64bit machine and Windows 8.1 However it has not been tested on Mac. It should be able to work though. I will update the post on results.


You can download the file from here (https://drive.google.com/open?id=1zeFbZ7kZayJqS4LaFjcbC9zSj-HB92hR).