1195 Multiplayer kart selection commit 15
This commit is contained in:
@@ -105,7 +105,6 @@ when the border that intersect at this corner are enabled.
|
||||
left_border="75" right_border="75" top_border="0" bottom_border="15"
|
||||
hborder_out_portion="0.2" />
|
||||
|
||||
|
||||
<!-- Stateless -->
|
||||
<element type="squareFocusHalo" image="ocean/glass_square_focused.png"
|
||||
left_border="6" right_border ="6" top_border="6" bottom_border="6"
|
||||
@@ -119,7 +118,6 @@ when the border that intersect at this corner are enabled.
|
||||
<element type="squareFocusHalo4" image="ocean/glass_square_focused4.png"
|
||||
left_border="6" right_border ="6" top_border="6" bottom_border="6"
|
||||
hborder_out_portion="1.0" />
|
||||
|
||||
|
||||
<!-- Stateless. No splitting into 9 areas is done; the image is just resized. -->
|
||||
<element type="selectionHalo" image="ocean/bubble.png" />
|
||||
|
||||
@@ -119,7 +119,6 @@ when the border that intersect at this corner are enabled.
|
||||
<element type="squareFocusHalo4" image="peach/glass_square_focused4.png"
|
||||
left_border="6" right_border ="6" top_border="6" bottom_border="6"
|
||||
hborder_out_portion="1.0" />
|
||||
|
||||
|
||||
<!-- Stateless. No splitting into 9 areas is done; the image is just resized. -->
|
||||
<element type="selectionHalo" image="peach/bubble.png" />
|
||||
|
||||
@@ -132,6 +132,7 @@ PlayerNameSpinner::PlayerNameSpinner(KartSelectionScreen* parent,
|
||||
{
|
||||
m_player_id = player_id;
|
||||
m_incorrect = false;
|
||||
m_red_mark_widget = NULL;
|
||||
m_parent = parent;
|
||||
m_use_background_color = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user