Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

Book Menu 1.1

No permission to download

Mr. Trivel

Praised Adventurer
Xy$
0.00
Mr. Trivel submitted a new resource:

Book Menu - Changes command based menu into picture based menu.

Name: Book Menu
Version: 1.0
Author: Mr. Trivel
Created: 2016-03-10

What does it do?
Changes command based menu into picture based menu.

Screenshot:




How to use?
Open up the MrTS_IconMenu.js plugin in your favorite text editor and scroll down to part where it says "SET ICONS HERE" - follow instructions there.
Further down there will be "SET DESCRIPTION...
Read more about this resource...
 
I don't know how to use this tons of files are missing
it says missing exit.png save.png etc.
i putted the files and all it didn't work and even if i renamed a few of the other files when the book came up i
 

Mr. Trivel

Praised Adventurer
Xy$
0.00
@AlbedoRules121,
You have to put image for each command you want to display that you set up.
Take for example the this setup:
JavaScript:
    /* --------------------------------------------------------------------------------
     * -------- SET COMMANDS HERE v
     * -------------------------------------------------------------------------------- */
    var pictureList = {
        // HANDLER: ["ImageName", X Position, Y Position],
        'item': ["inventory", 250, 120],
        'status': ["status", 370, 430],
        'options': ["options", 780, 130],
        'save': ["save", 950, 260],
        'gameEnd': ["exit", 820, 520]
    };
    /* --------------------------------------------------------------------------------
     * -------- SET COMMANDS UP THERE ^
     * -------------------------------------------------------------------------------- */
That means for plugin to work it needs following images:
inventory.png
status.png
options.png
save.png
gameEnd.png
menuBook.png
 
Top