Skip to content

HidegonSan/XYMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XY Menu

This plugin reproduces the old XY menu with CTRPF
Original is here

Demo

Image

XYMenu::Menu *menu = new XYMenu::Menu();

menu->Entry("XY Menu Example");
menu->Entry("About", "Made by Hidegon");
menu->Entry("Max Money", "Set the money to 999999", MaxMoney);

while (true) {
    menu->Run();
}

delete menu;

About

This plugin reproduces the old XY menu with CTRPF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published