Erwan
- fix issue 69 (Shadow.png load issue) - I put it back to a black 16x16 image. If you need more alpha, use the facilities provided by JGE rather than touching the file, thanks ;)
This commit is contained in:
@@ -54,8 +54,8 @@ class ObjectSelector : public GuiLayer
|
||||
T* fetchMemory(SelectorMemory&);
|
||||
|
||||
public:
|
||||
int bigMode;
|
||||
ObjectSelector(DuelLayers*);
|
||||
int bigMode;
|
||||
void Add(T*);
|
||||
void Remove(T*);
|
||||
bool CheckUserInput(u32 key);
|
||||
|
||||
Reference in New Issue
Block a user