1195 Multiplayer kart selection commit 15

This commit is contained in:
Dk
2014-03-05 20:47:05 +05:30
parent 1dab0daeb5
commit 0e17d39f1a
3 changed files with 1 additions and 3 deletions

View File

@@ -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" />

View File

@@ -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" />

View File

@@ -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;