Erwan
- Fixed issue 5 (Sell menu default option) - Verified issue 2 (Moat does not work) -> can't reproduce -Fixe Magus of Moat (FUT)
This commit is contained in:
@@ -42,7 +42,7 @@ class SimpleMenu:public JGuiController{
|
||||
SimpleMenu(int id, JGuiListener* listener, JLBFont* font, int x, int y, const char * _title = "", int _maxItems = 7);
|
||||
void Render();
|
||||
void Update(float dt);
|
||||
void Add(int id, const char * Text,string desc = "");
|
||||
void Add(int id, const char * Text,string desc = "", bool forceFocus = false);
|
||||
void Close();
|
||||
|
||||
float selectionTargetY;
|
||||
|
||||
Reference in New Issue
Block a user