first commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 120 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 376 B |
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
this._parent.outtroComplete();
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
this._parent.introComplete();
|
||||
stop();
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
on(construct){
|
||||
m_focusDirs = "Up/Down";
|
||||
m_numEntries = 10;
|
||||
m_vPadding = 5;
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = 0;
|
||||
m_bVisible = true;
|
||||
m_scrollbarOffset = [];
|
||||
m_scrollbarOffset[0] = 10;
|
||||
m_scrollbarOffset[1] = 0;
|
||||
m_BgVisible = false;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
on(construct){
|
||||
m_nLength = 100;
|
||||
m_nMax = 10;
|
||||
m_nMin = 0;
|
||||
m_nValue = 0;
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
on(construct){
|
||||
m_width = 200;
|
||||
m_textAlign = false;
|
||||
m_labelPosition = "right align";
|
||||
m_label_x = 0;
|
||||
m_label_y = 0;
|
||||
m_focusDirs = "Up/Down";
|
||||
m_iconType = "default";
|
||||
m_extLabel = "$ShowLobbyList";
|
||||
m_nTruncateType = 0;
|
||||
m_label = "$ShowLobbyList";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = true;
|
||||
m_tabIndex = 1;
|
||||
m_bVisible = true;
|
||||
m_contentSymbol = "showHideContentMCSymbol";
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
on(construct){
|
||||
m_width = 200;
|
||||
m_textAlign = false;
|
||||
m_labelPosition = "right align";
|
||||
m_label_x = 0;
|
||||
m_label_y = 0;
|
||||
m_focusDirs = "Up/Down";
|
||||
m_iconType = "default";
|
||||
m_extLabel = "$ShowLobbyList";
|
||||
m_nTruncateType = 0;
|
||||
m_label = "$ShowLobbyList";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = true;
|
||||
m_tabIndex = 1;
|
||||
m_bVisible = true;
|
||||
m_contentSymbol = "showHideContentMCSymbol";
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
on(construct){
|
||||
m_width = 200;
|
||||
m_textAlign = false;
|
||||
m_labelPosition = "right align";
|
||||
m_label_x = 0;
|
||||
m_label_y = 0;
|
||||
m_focusDirs = "Up/Down";
|
||||
m_iconType = "default";
|
||||
m_extLabel = "$ShowLobbyList";
|
||||
m_nTruncateType = 0;
|
||||
m_label = "$ShowLobbyList";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = true;
|
||||
m_tabIndex = 1;
|
||||
m_bVisible = true;
|
||||
m_contentSymbol = "showHideContentMCSymbol";
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
on(construct){
|
||||
m_focusDirs = "Up/Down";
|
||||
m_numEntries = 15;
|
||||
m_vPadding = 0;
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_root.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = 0;
|
||||
m_bVisible = true;
|
||||
m_scrollbarOffset = [];
|
||||
m_scrollbarOffset[0] = 10;
|
||||
m_scrollbarOffset[1] = 0;
|
||||
m_BgVisible = false;
|
||||
m_renderWidth = 0;
|
||||
m_renderHeight = 0;
|
||||
m_backgroundMargin = 3;
|
||||
m_useHighlights = true;
|
||||
m_alternateBackgroundColors = true;
|
||||
m_backgroundColor1 = 2622983;
|
||||
m_backgroundColor2 = 0;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
on(construct){
|
||||
m_nLength = 100;
|
||||
m_nMax = 10;
|
||||
m_nMin = 0;
|
||||
m_nValue = 0;
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
on(construct){
|
||||
m_focusDirs = "Up/Down";
|
||||
m_numEntries = 10;
|
||||
m_vPadding = 5;
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = 0;
|
||||
m_bVisible = true;
|
||||
m_scrollbarOffset = [];
|
||||
m_scrollbarOffset[0] = 10;
|
||||
m_scrollbarOffset[1] = 0;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
on(construct){
|
||||
m_nLength = 100;
|
||||
m_nMax = 10;
|
||||
m_nMin = 0;
|
||||
m_nValue = 0;
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
on(construct){
|
||||
m_focusDirs = "Up/Down";
|
||||
m_numEntries = 15;
|
||||
m_vPadding = 0;
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_root.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = 0;
|
||||
m_bVisible = true;
|
||||
m_scrollbarOffset = [];
|
||||
m_scrollbarOffset[0] = 10;
|
||||
m_scrollbarOffset[1] = 0;
|
||||
m_BgVisible = false;
|
||||
m_renderWidth = 0;
|
||||
m_renderHeight = 0;
|
||||
m_backgroundMargin = 3;
|
||||
m_useHighlights = true;
|
||||
m_alternateBackgroundColors = true;
|
||||
m_backgroundColor1 = 2622983;
|
||||
m_backgroundColor2 = 0;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
on(construct){
|
||||
m_nLength = 100;
|
||||
m_nMax = 10;
|
||||
m_nMin = 0;
|
||||
m_nValue = 0;
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
on(construct){
|
||||
m_focusDirs = "Up/Down";
|
||||
m_numEntries = 15;
|
||||
m_vPadding = 0;
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_global.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = 0;
|
||||
m_bVisible = true;
|
||||
m_scrollbarOffset = [];
|
||||
m_scrollbarOffset[0] = 10;
|
||||
m_scrollbarOffset[1] = 0;
|
||||
m_BgVisible = false;
|
||||
m_renderWidth = 0;
|
||||
m_renderHeight = 0;
|
||||
m_backgroundMargin = 3;
|
||||
m_useHighlights = true;
|
||||
m_alternateBackgroundColors = true;
|
||||
m_backgroundColor1 = 2622983;
|
||||
m_backgroundColor2 = 0;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
on(construct){
|
||||
m_nLength = 100;
|
||||
m_nMax = 10;
|
||||
m_nMin = 0;
|
||||
m_nValue = 0;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
this._alpha = 0;
|
||||
@@ -0,0 +1,15 @@
|
||||
2;background
|
||||
14;tooltip
|
||||
2;background
|
||||
44;showHideContentMCSymbol
|
||||
46;Lobby List Frame Long Movie Clip Symbol
|
||||
48;Lobby List Frame Short Movie Clip Symbol
|
||||
68;LobbyListComponentSymbol
|
||||
46;Lobby List Frame Long Movie Clip Symbol
|
||||
48;Lobby List Frame Short Movie Clip Symbol
|
||||
69;inviteListComponentSymbol
|
||||
70;GameListComponentSymbol
|
||||
71;PlayerListComponentSymbol
|
||||
72;BuddyListComponentSymbol
|
||||
74;BuddyStatusIconSymbol
|
||||
76;LobbyListPanelMask
|
||||
|
@@ -0,0 +1 @@
|
||||
Wins
|
||||
@@ -0,0 +1 @@
|
||||
Losses
|
||||
@@ -0,0 +1 @@
|
||||
1v1 Rank
|
||||
@@ -0,0 +1 @@
|
||||
1v1 Rating
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$HideLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$HideLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$HideLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$HideLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$NameLabel
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$ShowLobbyList&Outline
|
||||
@@ -0,0 +1 @@
|
||||
$Wins
|
||||
@@ -0,0 +1 @@
|
||||
$Losses
|
||||
@@ -0,0 +1 @@
|
||||
Casual Lobby 4
|
||||
@@ -0,0 +1 @@
|
||||
Casual Lobby 4
|
||||
@@ -0,0 +1 @@
|
||||
Casual Lobby 4
|
||||
@@ -0,0 +1 @@
|
||||
$1v1RankLabel
|
||||
@@ -0,0 +1 @@
|
||||
$1v1Rating
|
||||
@@ -0,0 +1 @@
|
||||
Name
|
||||
Reference in New Issue
Block a user