multiplayer kart selection commit 12
This commit is contained in:
parent
14467e320b
commit
99a19ee739
@ -184,7 +184,7 @@ void SpinnerWidget::add()
|
||||
void SpinnerWidget::setBackgroundColor()
|
||||
{
|
||||
|
||||
m_use_background_color=1;
|
||||
m_use_background_color=true;
|
||||
}
|
||||
int SpinnerWidget::getBackgroundColor()
|
||||
{
|
||||
|
@ -97,8 +97,7 @@ namespace GUIEngine
|
||||
|
||||
/** Call only if this spinner is graphical. Returns the current texture to display */
|
||||
irr::video::ITexture* getTexture();
|
||||
// to set the background image
|
||||
// irr::video::ITexture* getBackgroundColor();
|
||||
|
||||
|
||||
public:
|
||||
|
||||
@ -112,7 +111,7 @@ namespace GUIEngine
|
||||
void clearLabels();
|
||||
// next four functions are for background colour behind playername in multikart screen selection
|
||||
void setBackgroundColor();
|
||||
int getBackgroundColor();
|
||||
bool getBackgroundColor();
|
||||
void setSpinnerWidgetPlayerID(int playerID);
|
||||
int getSpinnerWidgetPlayerID();
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <string>
|
||||
#include "guiengine/screen.hpp"
|
||||
#include "guiengine/skin.hpp"
|
||||
#include "guiengine/widgets/dynamic_ribbon_widget.hpp"
|
||||
#include "guiengine/widgets/label_widget.hpp"
|
||||
#include "guiengine/widgets/model_view_widget.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user