Changing size of menu, help needed
Hi there, I'm using an edit of monky and my menu is full-screen and some is cut off. I'm running 1920x1080 and very small interface size in-game. Is it possible to edit what I have in the common.hpp to make the menu about a third/half smaller so it takes up less of my screen and so I can see it all?
This is what I have to begin with:
If you can help, it'd be appreciated, thanks.
This is what I have to begin with:
Code:
#define MONKYMENU 3030 #define menu_pos [safezoneX + 0.552, safezoneY + 0.1, 1.05, safezoneH - 0.15] #define title_pos [safezoneX + 0.945, safezoneY + 0.05, 0.890000, 0.03] #define players_pos [safezoneX + 1.1, safezoneY + 0.1, 0.415, safezoneH - 0.45] #define hacks_pos [safezoneX + 0.552, safezoneY + 0.1, 0.415, safezoneH - 0.45]

And it fills ur screen.