File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,14 @@ The main purpose of the library is to make creation of menu's in games easy. Thi
42
42
43
43
unsigned int TitleFontSize = 50 ;
44
44
unsigned int ItemFontSize = 20 ;
45
-
46
- float MenuTitleScaleFactor = 0.125 ; // This scale determines the distance between Title and the first option
45
+
47
46
float MenuItemScaleFactor = 0.25 ; // This determines the distance between options.
48
47
49
48
int layout = Layout::Default; // Bitflag, Defines the layout of menu. eg. Layout::ItemLeft| Layout::TitleCentre
50
49
51
50
struct {
52
51
signed int top, left;
53
- } Padding ; // this is the padding that will extra displacement that will always be added.
52
+ } PaddingTitle, PaddingItems ; // this is the padding that will extra displacement that will always be added.
54
53
```
55
54
56
55
* Now create an object of ` gmenuMenu ` which require the following parameters:
You can’t perform that action at this time.
0 commit comments