Author Topic: Menu Librarie  (Read 3385 times)

0 Members and 1 Guest are viewing this topic.

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Menu Librarie
« on: September 06, 2016, 02:49:57 pm »
This is my first (big) project in Axe that I published:
A librarie to make a menu like basic menu.


To use:
  • Menu(zero-terminated string,number of options)
  • The zero-terminated string will be make in this way:
    "title"[00]"opt1"[00]"opt2"[00]..."opt7"[00]

Thank you


Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Menu Librarie
« Reply #1 on: September 06, 2016, 03:32:53 pm »
Looking nice! Does it also work with longer menus so that it does scrolling, like the TIOS menus work?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: Menu Librarie
« Reply #2 on: September 07, 2016, 11:08:03 am »
Not in this version.
It is possible in the future version, but I am not sure  ;)