13 Commits
Author SHA1 Message Date
pieeebot b87d044cf0 fix crash when opening loadorjoin a second time 2026-08-01 22:56:12 +03:00
pieeebot 01abe05b18 attempt at trying to get XB360 to work 2026-08-01 06:15:37 +03:00
pieeebot 2170209e26 Merge branch 'main' into networking 2026-08-01 02:04:05 +03:00
pieeebot c8d404f7a4 fix: Xbox 360 build issues (#18)
Reviewed-on: pieeebot/cafeberry#18
2026-07-31 22:54:53 +00:00
qloak 681fc929d2 whoops :o 2026-07-31 15:50:00 -07:00
qloak 036bdcff81 fix: fixed Xbox 360 build issues 2026-07-31 15:49:59 -07:00
qloak db7d47b0ff feat(xbox360): Enable Xbox 360 build configurations
- Enable all Xbox 360 ContentPackage/submission builds in solution
- Map Xbox 360 configs to actual Xbox 360 platform instead of Win32
- Add Build.0 lines for ContentPackage, CONTENTPACKAGE_SYMBOLS,
  ContentPackage_NO_TU, and ReleaseForArt Xbox 360 configs
- Remove xbdm.lib from Release/ContentPackage_Vita (debug-only lib)
- Add meme.xui from TU56 reference
2026-07-31 15:49:58 -07:00
pieeebot 991369547a fix compile error 2026-07-31 22:35:05 +03:00
pieeebot dbd90a75c9 add lcemp networking + ps3 support
YES I KNOW ITS GARBAGE, THATS WHY ITS NOT ON MAIN

ILL FIX IT UP IN FUTURE COMMITS THEN MERGE TO MAIN
2026-07-31 22:08:30 +03:00
pieeebot 51ee0d8e57 fix(Windows64): audio crashes, lighting issues and music not being copied correctly 2026-07-23 18:00:55 +03:00
pieeebot 9ef66ed71b fix(TU22): Boat, Baby zombie and Texture changes.
TU22:
- Corrected baby zombie hit boxes size.
- Fix for players sometimes taking fall damage while in a boat.
- Updated Lapis Lazuli's block texture
2026-07-22 19:59:49 +03:00
str1k3r b6e2886476 fix: excess step from being in release 2026-07-21 19:21:43 -04:00
str1k3r 69541f1abf fix: ps3 compiling & only uncap fps on windows 2026-07-21 17:11:11 -04:00
381 changed files with 207720 additions and 242215 deletions
-3
View File
@@ -70,9 +70,6 @@ jobs:
needs: build
runs-on: windows-2022
steps:
- name: Checkout Repository
uses: https://github.com/actions/checkout@v4
- name: Download all build artifacts
uses: https://github.com/actions/download-artifact@v3
with:
+48 -43
View File
@@ -1,50 +1,55 @@
/*Debug
/*Release
/*ContentPackage
/*ContentPackage_NO_TU
/*ContentPackage_SYMBOLS
/*ReleaseForArt
/ORBIS_Debug
/ORBIS_Release
/PS3_Debug
/PS3_Release
/PSVita_Debug
/PSVita_Release
/X360_Debug
/X360_Release
/Release
/Debug
/x64
/ipch
.vs/
# Minecraft.Client
/Minecraft.Client/x64/
/Minecraft.Client/x64_*
/Minecraft.Client/*Debug
/Minecraft.Client/*Release
/Minecraft.Client/*ContentPackage
/Minecraft.Client/*ContentPackage_NO_TU
/Minecraft.Client/*ContentPackage_SYMBOLS
/Minecraft.Client/*ReleaseForArt
/Minecraft.Client/ORBIS_Debug
/Minecraft.Client/ORBIS_Release
/Minecraft.Client/PS3_Debug
/Minecraft.Client/PS3_Release
/Minecraft.Client/PSVita_Debug
/Minecraft.Client/PSVita_Release
/Minecraft.Client/X360_Debug
/Minecraft.Client/X360_Release
/Minecraft.Client/Debug
/Minecraft.Client/Release
/Minecraft.Client/x64
/Minecraft.Client/Windows64/GameHDD
# Minecraft.world
/Minecraft.World/x64/
/Minecraft.World/x64_*
/Minecraft.World/*Debug
/Minecraft.World/*Release
/Minecraft.World/*ContentPackage
/Minecraft.World/*ContentPackage_NO_TU
/Minecraft.World/*ContentPackage_SYMBOLS
/Minecraft.World/*ReleaseForArt
/Minecraft.World/ORBIS_Debug
/Minecraft.World/ORBIS_Release
/Minecraft.World/PS3_Debug
/Minecraft.World/PS3_Release
/Minecraft.World/PSVita_Debug
/Minecraft.World/PSVita_Release
/Minecraft.World/X360_Debug
/Minecraft.World/X360_Release
/Minecraft.World/Debug
/Minecraft.World/Release
/Minecraft.World/x64_Debug
/Minecraft.World/x64_Release
MinecraftConsoles.opensdf
MinecraftConsoles.v11.suo
MinecraftConsoles.sdf
# PS3 SPU
/Minecraft.Client/PS3/SPU_Tasks/objFiles/
/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/PS3*
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/PS3*
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/PS3*
/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/PS3*
/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/PS3*
/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/PS3*
# Misc
*.pkg
*.bat
/*.gp4p
/*.vpk
/*.gp4
*-app
*.sdf
*.opensdf
*.v11.suo
/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/PS3_Debug
/Minecraft.Client/PS3/SPU_Tasks/Texture_blit/PS3_Release
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_FindNearestChunk/PS3_Release
/Minecraft.Client/PS3/SPU_Tasks/LevelRenderer_cull/PS3_Release
/Minecraft.Client/PS3/SPU_Tasks/CompressedTileStorage_compress/PS3_Release
/Minecraft.Client/PS3/SPU_Tasks/CompressedTile/PS3_Release
/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/PS3_Release
-58
View File
@@ -1,58 +0,0 @@
@echo off
setlocal
:: -------------------------------------------------------
:: Paths
:: -------------------------------------------------------
set TOOLS=C:\Program Files (x86)\SCE\ORBIS\Tools\Publishing Tools\bin
set SRC_GAME=Minecraft.Client\PS4_GAME
set SRC_ELF=ORBIS_Release\Minecraft.Client.elf
set STAGING=CUSA00283-app
set OUT_PKG=CUSA00283-app.pkg
:: -------------------------------------------------------
:: 1. Clean and create staging folder
:: -------------------------------------------------------
echo [1/5] Staging files...
if exist "%STAGING%" rmdir /S /Q "%STAGING%"
xcopy /E /I /Y "%SRC_GAME%" "%STAGING%"
:: -------------------------------------------------------
:: 2. Replace eboot.bin with freshly compiled ELF
:: -------------------------------------------------------
echo [2/5] Injecting eboot.bin...
copy /Y "%SRC_ELF%" "%STAGING%\eboot.bin"
:: -------------------------------------------------------
:: 3. Create placeholder keystone (256 zero bytes)
:: Required by gengp4_app before it will generate the GP4
:: -------------------------------------------------------
echo [3/5] Creating keystone...
powershell -NoProfile -Command ^
copy /Y "keystone" "%STAGING%\sce_sys\keystone'
:: -------------------------------------------------------
:: 4. Generate GP4 project file
:: Backup param.sfo first as gengp4 may modify it
:: -------------------------------------------------------
echo [4/5] Generating GP4...
copy /Y "%STAGING%\sce_sys\param.sfo" "%STAGING%\sce_sys\param.sfo.bak"
"%TOOLS%\gengp4_app.exe" "%STAGING%"
:: -------------------------------------------------------
:: 4b. Fix gengp4 bug: default_id is 1-indexed but scenario id is 0-indexed
:: -------------------------------------------------------
echo [4b/5] Patching GP4 default_id...
powershell -NoProfile -Command ^
"(Get-Content '%STAGING%.gp4') -replace 'default_id=""1""', 'default_id=""0""' | Set-Content '%STAGING%.gp4'"
:: -------------------------------------------------------
:: 5. Build PKG
:: -------------------------------------------------------
echo [5/5] Building PKG...
if exist "%OUT_PKG%" del /Q "%OUT_PKG%"
"%TOOLS%\orbis-pub-cmd.exe" img_create "%STAGING%.gp4" "%OUT_PKG%"
echo.
echo Done! Output: %OUT_PKG%
pause
+7 -17
View File
@@ -1941,7 +1941,7 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
isAtLeastOneFriend = TRUE;
cantPlayContentRestricted= FALSE;
#if ( defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
#if !defined DISABLE_PSN && ( defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
if(!g_NetworkManager.IsHost() && !app.GetGameHostOption(eGameHostOption_FriendsOfFriends))
{
@@ -1964,7 +1964,6 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
#elif defined __PSVITA__
sce::Toolkit::NP::Utilities::Future<sce::Toolkit::NP::FriendsList> friendList;
int ret = -1;
/*
if(!CGameNetworkManager::usingAdhocMode()) // we don't need to be friends in PSN for adhoc mode
{
int ret = sce::Toolkit::NP::Friends::Interface::getFriendslist(&friendList, false);
@@ -1975,11 +1974,10 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
friendCount = friendList.get()->size();
}
}
}*/
}
#else // __ORBIS__
/*
//sce::Toolkit::NP::Utilities::Future<sce::Toolkit::NP::FriendsList> friendList;
std::vector<sce::Toolkit::NP::FriendsList> friendList;
sce::Toolkit::NP::Utilities::Future<sce::Toolkit::NP::FriendsList> friendList;
sce::Toolkit::NP::FriendInfoRequest requestParam;
memset(&requestParam,0,sizeof(requestParam));
@@ -1988,16 +1986,14 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
requestParam.offset = 0;
requestParam.userInfo.userId = ProfileManager.getUserID(ProfileManager.GetPrimaryPad());
//int ret = sce::Toolkit::NP::Friends::Interface::getFriendslist(&friendList, &requestParam, false);
int ret = 42069;
int ret = sce::Toolkit::NP::Friends::Interface::getFriendslist(&friendList, &requestParam, false);
if( ret == 0 )
{
if( friendList.hasResult())
if( friendList.hasResult() )
{
friendCount = friendList.get()->size();
}
}*/
int ret = 42069;
}
#endif
if( ret == 0 )
{
@@ -2007,18 +2003,12 @@ void ClientConnection::handlePreLogin(shared_ptr<PreLoginPacket> packet)
{
#ifdef __PS3__
ret = sceNpBasicGetFriendListEntry( i, &npid );
#elif defined __ORBIS__
//dont touch npid
#else
npid = friendList.get()->at(i).npid;
#endif
if( ret == 0 )
{
#ifndef __ORBIS__
if(strcmp(npid.handle.data, packet->m_playerXuids[packet->m_hostIndex].getOnlineID()) == 0)
#else
if(1==2)
#endif
{
isFriend = true;
break;
+1 -1
View File
@@ -162,7 +162,7 @@ MOJANG_DATA;
typedef struct
{
eDLCContentType eDLCType;
#if defined( __PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#if !defined(DISABLE_PSN) && defined( __PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
char chImageURL[256];//SCE_NP_COMMERCE2_URL_LEN
#else
@@ -65,7 +65,7 @@ char SoundEngine::m_szSoundPath[]={"Sound\\"};
char SoundEngine::m_szMusicPath[]={"music\\"};
char SoundEngine::m_szRedistName[]={"redist64"};
#elif defined __ORBIS__
char SoundEngine::m_szSoundPath[]={"Orbis/Sound/"};
char SoundEngine::m_szSoundPath[]={"PS4/Sound/"};
char SoundEngine::m_szMusicPath[]={"music/"};
char SoundEngine::m_szRedistName[]={"redist64"};
#elif defined __PSVITA__
@@ -77,21 +77,20 @@ char SoundEngine::m_szRedistName[]={"redist"};
char SoundEngine::m_szSoundPath[]={"PS3/Sound/"};
char SoundEngine::m_szMusicPath[]={"music/"};
char SoundEngine::m_szRedistName[]={"redist"};
#endif
/*#ifdef _CONTENT_PACKAGE // strk1k3r - not needed use default paths instead.
#ifdef _CONTENT_PACKAGE
char SoundEngine::m_szSoundPath[]={"Sound/"};
#elif defined _ART_BUILD
char SoundEngine::m_szSoundPath[]={"Sound/"};
#endif*/
#endif
#ifdef __PS3__
#define USE_SPURS
#ifdef USE_SPURS
#include <cell/spurs.h>
#else
#include <sys/spu_image.h>
#endif
#endif
F32 AILCALLBACK custom_falloff_function (HSAMPLE S,
+21 -7
View File
@@ -127,7 +127,7 @@ CMinecraftApp::CMinecraftApp()
m_bChangingSessionType = false;
m_bReallyChangingSessionType = false;
#ifdef _DEBUG_MENUS_ENABLED
#ifdef _DEBUG
#ifdef _CONTENT_PACKAGE
m_bDebugOptions=false; // make them off by default in a content package build
@@ -2386,7 +2386,7 @@ void CMinecraftApp::ClearGameSettingsChangedFlag(int iPad)
// Remove the debug settings in the content package build
//
////////////////////////////
#ifdef _DEBUG_MENUS_ENABLED
#ifdef _DEBUG
unsigned int CMinecraftApp::GetGameSettingsDebugMask(int iPad,bool bOverridePlayer) //bOverridePlayer is to force the send for the server to get the read options
{
return 0;
@@ -5094,6 +5094,9 @@ void CMinecraftApp::NotificationsCallback(LPVOID pParam,DWORD dwNotification, un
#if defined __PS3__ || defined __PSVITA__ || defined __ORBIS__
int CMinecraftApp::MustSignInFullVersionPurchaseReturned(void *pParam,int iPad,C4JStorage::EMessageResult result)
{
#ifdef DISABLE_PSN
return 0;
#else
if(result==C4JStorage::EMessage_ResultAccept)
{
#ifdef __PS3__
@@ -5106,11 +5109,15 @@ int CMinecraftApp::MustSignInFullVersionPurchaseReturned(void *pParam,int iPad,C
}
return 0;
#endif
}
#if defined __PS3__ || defined __PSVITA__ || defined __ORBIS__
int CMinecraftApp::MustSignInFullVersionPurchaseReturnedExitTrial(void *pParam,int iPad,C4JStorage::EMessageResult result)
{
#ifdef DISABLE_PSN
return 0;
#else
if(result==C4JStorage::EMessage_ResultAccept)
{
#ifdef __PS3__
@@ -5126,6 +5133,7 @@ int CMinecraftApp::MustSignInFullVersionPurchaseReturnedExitTrial(void *pParam,i
app.SetAction(iPad,eAppAction_ExitWorldTrial);
return 0;
#endif
}
#endif
@@ -6761,7 +6769,7 @@ wstring CMinecraftApp::GetIconReplacement(unsigned int uiIcon)
#endif
}
#if defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#if !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
unordered_map<PlayerUID, MOJANG_DATA *, PlayerUID::Hash> CMinecraftApp::MojangData;
unordered_map<int, char * > CMinecraftApp::DLCTextures_PackID;
unordered_map<string, DLC_INFO * > CMinecraftApp::DLCInfo;
@@ -6772,6 +6780,12 @@ unordered_map<int, wstring > CMinecraftApp::DLCTextures_PackID; // for mash-up
//unordered_map<ULONGLONG,DLC_INFO * > CMinecraftApp::DLCInfo_Trial; // full offerid, dlc_info
unordered_map<wstring,DLC_INFO * > CMinecraftApp::DLCInfo_Full; // full offerid, dlc_info
unordered_map<wstring, wstring > CMinecraftApp::DLCInfo_SkinName; // skin name, full offer id
#elif defined(DISABLE_PSN) && defined(__PS3__)
unordered_map<PlayerUID, MOJANG_DATA *, PlayerUID::Hash> CMinecraftApp::MojangData;
unordered_map<int, ULONGLONG > CMinecraftApp::DLCTextures_PackID;
unordered_map<ULONGLONG, DLC_INFO * > CMinecraftApp::DLCInfo_Trial;
unordered_map<ULONGLONG, DLC_INFO * > CMinecraftApp::DLCInfo_Full;
unordered_map<wstring, ULONGLONG > CMinecraftApp::DLCInfo_SkinName;
#else
unordered_map<PlayerUID, MOJANG_DATA *> CMinecraftApp::MojangData;
unordered_map<int, ULONGLONG > CMinecraftApp::DLCTextures_PackID;
@@ -6854,7 +6868,7 @@ HRESULT CMinecraftApp::RegisterConfigValues(WCHAR *pType, int iValue)
return hr;
}
#if (defined _XBOX || defined _WINDOWS64)
#if (defined _XBOX || defined _WINDOWS64 || defined DISABLE_PSN)
HRESULT CMinecraftApp::RegisterDLCData(WCHAR *pType, WCHAR *pBannerName, int iGender, __uint64 ullOfferID_Full, __uint64 ullOfferID_Trial, WCHAR *pFirstSkin, unsigned int uiSortIndex, int iConfig, WCHAR *pDataFile)
{
HRESULT hr=S_OK;
@@ -7046,7 +7060,7 @@ HRESULT CMinecraftApp::RegisterDLCData(char *pchDLCName, unsigned int uiSortInde
#if defined( __PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
#if !defined(DISABLE_PSN) && defined( __PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
bool CMinecraftApp::GetDLCFullOfferIDForSkinID(const wstring &FirstSkin,ULONGLONG *pullVal)
{
AUTO_VAR(it, DLCInfo_SkinName.find(FirstSkin));
@@ -7314,7 +7328,7 @@ DLC_INFO *CMinecraftApp::GetDLCInfoForProductName(WCHAR *pwchProductName)
return NULL;
}
#elif defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#elif !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#else
DLC_INFO *CMinecraftApp::GetDLCInfoForFullOfferID(ULONGLONG ullOfferID_Full)
@@ -9425,7 +9439,7 @@ byteArray CMinecraftApp::getArchiveFile(const wstring &filename)
// DLC
#if defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#if !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
int CMinecraftApp::GetDLCInfoCount()
{
return (int)DLCInfo.size();
+9 -3
View File
@@ -594,7 +594,7 @@ public:
MOJANG_DATA *GetMojangDataForXuid(PlayerUID xuid);
static HRESULT RegisterConfigValues(WCHAR *pType, int iValue);
#if defined(__PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
#if !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
HRESULT RegisterDLCData(char *pchDLCName, unsigned int uiSortIndex, char *pchImageURL);
bool GetDLCFullOfferIDForSkinID(const wstring &FirstSkin,ULONGLONG *pullVal);
DLC_INFO *GetDLCInfoForTrialOfferID(ULONGLONG ullOfferID_Trial);
@@ -631,7 +631,7 @@ private:
std::vector <SCreditTextItemDef *> vDLCCredits;
#if defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
#if !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined (__PSVITA__)
static unordered_map<PlayerUID,MOJANG_DATA *, PlayerUID::Hash > MojangData;
static unordered_map<int, char * > DLCTextures_PackID; // for mash-up packs & texture packs
static unordered_map<string,DLC_INFO * > DLCInfo;
@@ -642,6 +642,12 @@ private:
//static unordered_map<wstring,DLC_INFO * > DLCInfo_Trial; // full offerid, dlc_info
static unordered_map<wstring,DLC_INFO * > DLCInfo_Full; // full offerid, dlc_info
static unordered_map<wstring, wstring > DLCInfo_SkinName; // skin name, full offer id
#elif defined(DISABLE_PSN) && defined(__PS3__)
static unordered_map<PlayerUID,MOJANG_DATA *, PlayerUID::Hash > MojangData;
static unordered_map<int, ULONGLONG > DLCTextures_PackID; // for mash-up packs & texture packs
static unordered_map<ULONGLONG,DLC_INFO * > DLCInfo_Trial; // full offerid, dlc_info
static unordered_map<ULONGLONG,DLC_INFO * > DLCInfo_Full; // full offerid, dlc_info
static unordered_map<wstring, ULONGLONG > DLCInfo_SkinName; // skin name, full offer id
#else
static unordered_map<PlayerUID,MOJANG_DATA * > MojangData;
static unordered_map<int, ULONGLONG > DLCTextures_PackID; // for mash-up packs & texture packs
@@ -772,7 +778,7 @@ public:
void ClearTMSPPFilesRetrieved();
unsigned int AddTMSPPFileTypeRequest(eDLCContentType eType, bool bPromote=false);
int GetDLCInfoTexturesOffersCount();
#if defined( __PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
#if !defined(DISABLE_PSN) && defined( __PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
DLC_INFO *GetDLCInfo(int iIndex);
DLC_INFO *GetDLCInfo(char *);
DLC_INFO *GetDLCInfoFromTPackID(int iTPID);
@@ -9,7 +9,7 @@ const wstring LeaderboardManager::filterNames[eNumFilterModes] =
L"Friends", L"MyScore", L"TopRank"
};
#if defined(__PSVITA__)// str1k3r - only needed for sony platforms.
#if !defined(_DURANGO) && !defined(_WINDOWS64) && !defined(_XBOX) && !defined(__ORBIS__) // str1k3r - some platforms complain about this, also this wasnt in the leak?
LeaderboardManager *LeaderboardManager::m_instance = NULL;
#endif
@@ -154,7 +154,7 @@ void SonyLeaderboardManager::scoreboardThreadInternal()
// The following NP call should be reserved for asynchronous multiplayer modes that require PS Plus to be accessed.
//
// Note 2:
// The message is not displayed with a user without PlayStationPlus subscription and they are able to access the Leaderboards.
// The message is not displayed with a user without PlayStation®Plus subscription and they are able to access the Leaderboards.
// NotifyAsyncPlusFeature();
@@ -204,10 +204,11 @@ HRESULT SonyLeaderboardManager::fillByIdsQuery(const SceNpId &myNpId, SceNpId* &
case eFM_Friends:
{
// 4J-JEV: Implementation for Orbis & Vita as they a very similar.
#if (defined __PSVITA__)
#if (defined __ORBIS__) || (defined __PSVITA__)
sce::Toolkit::NP::Utilities::Future<sce::Toolkit::NP::FriendsList> s_friendList;
ret = getFriendsList(s_friendList);
if(ret != SCE_TOOLKIT_NP_SUCCESS)
{
// Error handling
@@ -245,11 +246,7 @@ HRESULT SonyLeaderboardManager::fillByIdsQuery(const SceNpId &myNpId, SceNpId* &
npIds[0] = myNpId;
}
#elif (defined __ORBIS__)
// Error handling
if (m_eStatsState != eStatsState_Canceled) m_eStatsState = eStatsState_Failed;
app.DebugPrintf("[SonyLeaderboardManager] 'getFriendslist' fail, 0x%x.\n", ret);
return false;
#elif (defined __PS3__)
// PS3
Binary file not shown.
+699
View File
@@ -0,0 +1,699 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>BeaconMenu</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CXuiSceneBeacon</ClassOverride>
<Visual>XuiBlankScene</Visual>
<DefaultFocus>Pointer</DefaultFocus>
</Properties>
<XuiScene>
<Properties>
<Id>Group</Id>
<Width>520.000000</Width>
<Height>510.000000</Height>
<Position>380.000031,120.000046,0.000000</Position>
<Anchor>15</Anchor>
<Visual>XuiScene</Visual>
<DefaultFocus>Pointer</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>UseRow</Id>
<Width>381.000000</Width>
<Height>50.000000</Height>
<Position>70.000000,444.000000,0.000000</Position>
<Anchor>8</Anchor>
<ClassOverride>CXuiCtrlSlotList</ClassOverride>
<Visual>ItemGridVertical</Visual>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
</XuiList>
<XuiList>
<Properties>
<Id>Inventory</Id>
<Width>378.000000</Width>
<Height>150.000000</Height>
<Position>70.000000,305.000000,0.000000</Position>
<Anchor>8</Anchor>
<ClassOverride>CXuiCtrlSlotList</ClassOverride>
<Visual>ItemGridVertical</Visual>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
</XuiList>
<XuiControl>
<Properties>
<Id>SecondaryPanel</Id>
<Width>234.000000</Width>
<Height>210.000000</Height>
<Position>262.000000,24.000000,0.000000</Position>
<Visual>PanelRecessed</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>PrimaryPanel</Id>
<Width>234.000000</Width>
<Height>210.000000</Height>
<Position>24.000000,24.000000,0.000000</Position>
<Visual>PanelRecessed</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiLabel>
<Properties>
<Id>PrimaryText</Id>
<Width>230.000000</Width>
<Height>32.000000</Height>
<Position>26.000000,26.000000,0.000000</Position>
<Anchor>9</Anchor>
<BlendMode>1</BlendMode>
<Visual>XuiLabelDarkCentredWrap</Visual>
<Text>FJ_LabelBlack</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>SecondaryText</Id>
<Width>230.000000</Width>
<Height>63.000000</Height>
<Position>264.000061,26.000008,0.000000</Position>
<Anchor>3</Anchor>
<Visual>XuiLabelDarkCentredWrap</Visual>
<Text>FJ_LabelBlack</Text>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>PrimaryTierOneOne</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>122.000000,66.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>PrimaryTierOneTwo</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>186.000000,66.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>PrimaryTierTwoOne</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>122.000000,120.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>PrimaryTierTwoTwo</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>186.000000,120.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>PrimaryTierThree</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>154.000000,174.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>SecondaryOne</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>324.000031,148.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>SecondaryTwo</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>388.000092,148.000000,0.000000</Position>
<Anchor>2</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>Confirm</Id>
<Width>44.000000</Width>
<Height>44.000000</Height>
<Position>403.000000,246.000031,0.000000</Position>
<Anchor>8</Anchor>
<ClassOverride>CXuiCtrlBeaconButton</ClassOverride>
<Visual>BeaconButton</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiList>
<Properties>
<Id>Payment</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>280.000092,248.000046,0.000000</Position>
<Anchor>9</Anchor>
<ClassOverride>CXuiCtrlSlotList</ClassOverride>
<Visual>ItemGridVertical</Visual>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Anchor>7</Anchor>
<Pivot>0.000000,50.000000,0.000000</Pivot>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItemListItem</ClassOverride>
<Visual>ItemButton</Visual>
<PressKey>22594</PressKey>
<Layout>4</Layout>
</Properties>
</XuiListItem>
</XuiList>
<XuiLabel>
<Properties>
<Id>Emerald</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>70.000046,247.999969,0.000000</Position>
<Anchor>4</Anchor>
<Show>false</Show>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>ItemIconBlank</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Diamond</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>118.000031,248.000000,0.000000</Position>
<Anchor>4</Anchor>
<Show>false</Show>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>ItemIconBlank</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Gold</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>166.000015,248.000000,0.000000</Position>
<Anchor>4</Anchor>
<Show>false</Show>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>ItemIconBlank</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Iron</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>214.000000,248.000000,0.000000</Position>
<Anchor>4</Anchor>
<Show>false</Show>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>ItemIconBlank</Visual>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>Beacon_1</Id>
<Width>40.000000</Width>
<Height>40.000000</Height>
<Position>50.000000,68.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>Beacon_1</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>Beacon_2</Id>
<Width>40.000000</Width>
<Height>40.000000</Height>
<Position>50.000000,122.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>Beacon_2</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>Beacon_3</Id>
<Width>40.000000</Width>
<Height>40.000000</Height>
<Position>50.000000,176.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>Beacon_3</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>Beacon_4</Id>
<Width>40.000000</Width>
<Height>40.000000</Height>
<Position>358.000000,94.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>Beacon_4</Visual>
<Enabled>false</Enabled>
</Properties>
</XuiControl>
<XuiControl>
<Properties>
<Id>Pointer</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-185.000000,-9.000015,0.000000</Position>
<Anchor>9</Anchor>
<Show>false</Show>
<ClassOverride>CXuiCtrlSlotItem</ClassOverride>
<Visual>ItemPointer</Visual>
</Properties>
</XuiControl>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>1</Time>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>1</Time>
<Command>stop</Command>
</NamedFrame>
<NamedFrame>
<Name>MoveLeft</Name>
<Time>2</Time>
</NamedFrame>
<NamedFrame>
<Name>EndMoveLeft</Name>
<Time>32</Time>
<Command>stop</Command>
</NamedFrame>
<NamedFrame>
<Name>MoveRight</Name>
<Time>33</Time>
</NamedFrame>
<NamedFrame>
<Name>EndMoveRight</Name>
<Time>78</Time>
<Command>gotoandstop</Command>
<CommandParams>EndNormal</CommandParams>
</NamedFrame>
</NamedFrames>
<Timeline>
<Id>Group</Id>
<TimelineProp>Position</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>380.000031,120.000046,0.000000</Prop>
</KeyFrame>
<KeyFrame>
<Time>1</Time>
<Interpolation>0</Interpolation>
<Prop>380.000000,120.000000,0.000000</Prop>
</KeyFrame>
<KeyFrame>
<Time>2</Time>
<Interpolation>2</Interpolation>
<EaseIn>100</EaseIn>
<EaseOut>-100</EaseOut>
<EaseScale>50</EaseScale>
<Prop>380.000000,120.000000,0.000000</Prop>
</KeyFrame>
<KeyFrame>
<Time>32</Time>
<Interpolation>0</Interpolation>
<Prop>120.000000,120.000000,0.000000</Prop>
</KeyFrame>
<KeyFrame>
<Time>48</Time>
<Interpolation>2</Interpolation>
<EaseIn>100</EaseIn>
<EaseOut>-100</EaseOut>
<EaseScale>50</EaseScale>
<Prop>120.000000,120.000000,0.000000</Prop>
</KeyFrame>
<KeyFrame>
<Time>78</Time>
<Interpolation>0</Interpolation>
<Prop>380.000000,120.000000,0.000000</Prop>
</KeyFrame>
</Timeline>
</Timelines>
</XuiScene>
</XuiCanvas>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,36 +1,26 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>NewUpdate</Id>
<Width>800.000000</Width>
<Height>430.000000</Height>
<Position>240.000046,200.000000,0.000000</Position>
<ClassOverride>CScene_NewUpdateMessage</ClassOverride>
<Visual>XuiScene</Visual>
<DefaultFocus>OffersList</DefaultFocus>
</Properties>
<XuiHtmlControl>
<Properties>
<Id>XuiHTMLMessage</Id>
<Width>744.000000</Width>
<Height>364.000000</Height>
<Position>28.000034,24.000000,0.000000</Position>
<Visual>XuiHtmlControl</Visual>
</Properties>
</XuiHtmlControl>
</XuiScene>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>1280.000000</Width>
<Height>138.000000</Height>
<Position>0.000000,56.000000,0.000000</Position>
<DesignTime>true</DesignTime>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>NewUpdate</Id>
<Width>800.000000</Width>
<Height>430.000000</Height>
<Position>240.000046,200.000000,0.000000</Position>
<ClassOverride>CScene_NewUpdateMessage</ClassOverride>
<Visual>XuiScene</Visual>
<DefaultFocus>OffersList</DefaultFocus>
</Properties>
<XuiHtmlControl>
<Properties>
<Id>XuiHTMLMessage</Id>
<Width>744.000000</Width>
<Height>364.000000</Height>
<Position>28.000034,24.000000,0.000000</Position>
<Visual>XuiHtmlControl</Visual>
</Properties>
</XuiHtmlControl>
</XuiScene>
</XuiCanvas>
@@ -1,37 +1,27 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>NewUpdate</Id>
<Width>500.000000</Width>
<Height>286.000000</Height>
<Position>70.000000,124.000046,0.000000</Position>
<ClassOverride>CScene_NewUpdateMessage</ClassOverride>
<Visual>GraphicPanel</Visual>
<DefaultFocus>OffersList</DefaultFocus>
</Properties>
<XuiHtmlControl>
<Properties>
<Id>XuiHTMLMessage</Id>
<Width>470.000000</Width>
<Height>239.000000</Height>
<Position>16.000000,20.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiHtmlControl</Visual>
</Properties>
</XuiHtmlControl>
</XuiScene>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>640.000000</Width>
<Height>70.000000</Height>
<Position>0.000000,48.000000,0.000000</Position>
<DesignTime>true</DesignTime>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>NewUpdate</Id>
<Width>500.000000</Width>
<Height>286.000000</Height>
<Position>70.000000,124.000046,0.000000</Position>
<ClassOverride>CScene_NewUpdateMessage</ClassOverride>
<Visual>GraphicPanel</Visual>
<DefaultFocus>OffersList</DefaultFocus>
</Properties>
<XuiHtmlControl>
<Properties>
<Id>XuiHTMLMessage</Id>
<Width>470.000000</Width>
<Height>239.000000</Height>
<Position>16.000000,20.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiHtmlControl</Visual>
</Properties>
</XuiHtmlControl>
</XuiScene>
</XuiCanvas>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+224 -224
View File
@@ -1,226 +1,226 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,437.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,437.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,402.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,402.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,367.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,367.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,332.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,332.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,297.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,297.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,262.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,262.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,227.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,227.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,192.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,192.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,157.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,157.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>35.000000</Height>
<Position>320.000031,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelListening</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,437.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,437.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,402.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,402.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,367.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,367.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,332.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,332.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,297.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,297.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,262.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,262.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,227.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,227.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,192.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,192.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,157.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>1280.000000</Width>
<Height>35.000000</Height>
<Position>0.000000,157.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelChat</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>35.000000</Height>
<Position>320.000031,472.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Visual>XuiLabelListening</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,247 +1,247 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,305.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,305.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,285.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,285.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,265.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,265.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,245.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,245.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,225.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,225.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,205.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,205.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,185.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,185.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,165.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,165.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,145.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,145.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000031,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelListening_Small</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,305.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,305.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,285.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,285.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,265.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,265.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,245.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,245.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,225.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,225.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,205.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,205.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,185.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,185.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,165.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,165.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,145.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,145.000015,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000031,325.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelListening_Small</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,247 +1,247 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,195.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,195.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,175.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,175.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,155.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,155.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,135.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,135.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,115.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,115.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,95.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,95.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,75.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,75.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,55.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,55.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,35.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,35.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000031,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelListening_Small</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ChatScene</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<DisableFocusRecursion>true</DisableFocusRecursion>
<ClassOverride>CScene_Chat</ClassOverride>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiLabel>
<Properties>
<Id>XuiBack1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,195.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,195.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,175.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,175.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,155.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,155.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,135.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,135.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,115.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,115.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,95.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,95.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,75.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,75.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,55.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,55.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiBack10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,35.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChatBackground</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000000,35.000008,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelChat_Small</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabelJukebox</Id>
<Width>640.000000</Width>
<Height>20.000000</Height>
<Position>0.000031,215.000000,0.000000</Position>
<Opacity>0.000000</Opacity>
<Anchor>5</Anchor>
<Visual>XuiLabelListening_Small</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,923 +1,68 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>319.000000,360.000000,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>700.000000</Width>
<Height>100.000000</Height>
<Position>290.000061,250.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>640.000000</Width>
<Height>15.000000</Height>
<Position>320.000000,390.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>183.000000</Width>
<Height>169.000000</Height>
<Position>548.500061,330.000000,0.000000</Position>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_2</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>68.499985,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_3</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_4</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,58.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_5</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_6</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>68.499985,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_7</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_8</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,58.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_9</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_10</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>68.499985,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_11</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,3.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_12</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,58.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_13</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>123.000000,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_14</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>68.499985,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_15</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,113.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_16</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,58.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>LoadStart</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopStart</Name>
<Time>81</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopEnd</Name>
<Time>160</Time>
<Command>gotoandplay</Command>
<CommandParams>LoopStart</CommandParams>
</NamedFrame>
</NamedFrames>
<Timeline>
<Id>Timer_Square_1</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>1</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_3</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>20</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>21</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_8</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>70</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_4</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>30</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_7</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>60</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_6</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>50</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_5</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>40</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_2</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>10</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>11</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_9</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>80</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_10</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>90</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_11</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>100</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_12</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>110</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_13</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>120</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_14</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>130</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x07ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_15</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>140</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x49ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_16</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>150</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x8cebebeb</Prop>
</KeyFrame>
</Timeline>
</Timelines>
</XuiScene>
<XuiButton>
<Properties>
<Id>ButtonConfirm</Id>
<Width>320.000000</Width>
<Height>50.000000</Height>
<Position>480.000031,530.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiButton>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>319.000000,360.000000,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>700.000000</Width>
<Height>100.000000</Height>
<Position>290.000061,250.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>640.000000</Width>
<Height>15.000000</Height>
<Position>320.000000,390.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>183.000000</Width>
<Height>169.000000</Height>
<Position>548.500061,330.000000,0.000000</Position>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>14.000000,3.000000,0.000000</Position>
<Closed>false</Closed>
<Stroke>
</Stroke>
<Fill>
</Fill>
</Properties>
</XuiFigure>
</XuiScene>
</XuiScene>
</XuiCanvas>
@@ -1,923 +1,78 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>70.000000,232.666656,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>500.000000</Width>
<Height>50.000000</Height>
<Position>70.000015,130.000000,0.000000</Position>
<Visual>XuiTitleSmall</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>500.000000</Width>
<Height>15.000000</Height>
<Position>70.000046,259.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiButton>
<Properties>
<Id>ButtonConfirm</Id>
<Width>160.000000</Width>
<Height>36.000000</Height>
<Position>240.000000,348.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiButton>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>72.000000</Width>
<Height>72.000000</Height>
<Position>284.000000,177.000000,0.000000</Position>
<Anchor>15</Anchor>
<Show>false</Show>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_2</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>25.000000,0.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_3</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,0.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_4</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,25.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_5</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_6</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>25.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_7</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>0.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_8</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>0.000000,25.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_9</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_10</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>25.000000,0.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_11</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,0.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_12</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,25.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_13</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>50.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_14</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>25.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_15</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>0.000000,50.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_16</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Position>0.000000,25.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>LoadStart</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopStart</Name>
<Time>81</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopEnd</Name>
<Time>160</Time>
<Command>gotoandplay</Command>
<CommandParams>LoopStart</CommandParams>
</NamedFrame>
</NamedFrames>
<Timeline>
<Id>Timer_Square_1</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>1</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_3</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>20</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>21</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_8</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>70</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_4</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>30</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_7</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>60</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_6</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>50</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_5</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>40</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_2</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>10</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>11</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_9</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>80</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_10</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>90</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_11</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>100</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_12</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>110</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_13</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>120</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_14</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>130</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x07ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_15</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>140</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x49ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_16</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>150</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x8cebebeb</Prop>
</KeyFrame>
</Timeline>
</Timelines>
</XuiScene>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>70.000000,232.666656,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>500.000000</Width>
<Height>50.000000</Height>
<Position>70.000015,130.000000,0.000000</Position>
<Visual>XuiTitleSmall</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>500.000000</Width>
<Height>15.000000</Height>
<Position>70.000046,259.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiButton>
<Properties>
<Id>ButtonConfirm</Id>
<Width>160.000000</Width>
<Height>36.000000</Height>
<Position>240.000000,348.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiButton>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>72.000000</Width>
<Height>72.000000</Height>
<Position>284.000000,177.000000,0.000000</Position>
<Anchor>15</Anchor>
<Show>false</Show>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>21.000000</Width>
<Height>21.000000</Height>
<Closed>false</Closed>
<Stroke>
</Stroke>
<Fill>
</Fill>
</Properties>
</XuiFigure>
</XuiScene>
</XuiScene>
</XuiCanvas>
@@ -1,923 +1,68 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>70.000000,194.666656,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>500.000000</Width>
<Height>50.000000</Height>
<Position>70.000015,120.000000,0.000000</Position>
<Visual>XuiTitleSmall</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>500.000000</Width>
<Height>15.000000</Height>
<Position>70.000046,221.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>91.000000</Width>
<Height>84.000000</Height>
<Position>275.000000,174.000000,0.000000</Position>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_2</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>24.499992,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_3</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_4</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,46.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_5</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_6</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>24.499992,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_7</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_8</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,46.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_9</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_10</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>24.499992,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_11</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,-9.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_12</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,46.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_13</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>79.000008,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_14</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>24.499992,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_15</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,101.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<XuiFigure>
<Properties>
<Id>Timer_Square_16</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,46.000000,0.000000</Position>
<Stroke>
<Properties>
<StrokeColor>0xff0f0f80</StrokeColor>
</Properties>
</Stroke>
<Fill>
<Properties>
<FillColor>0x00ebebeb</FillColor>
<Gradient>
<Properties>
<NumStops>1</NumStops>
<StopColor index="0">0x00000000</StopColor>
<StopPos index="0">0.000000</StopPos>
</Properties>
</Gradient>
<TransformVersion>1</TransformVersion>
</Properties>
</Fill>
<Closed>true</Closed>
<Points>4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0,</Points>
</Properties>
</XuiFigure>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>LoadStart</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopStart</Name>
<Time>81</Time>
</NamedFrame>
<NamedFrame>
<Name>LoopEnd</Name>
<Time>160</Time>
<Command>gotoandplay</Command>
<CommandParams>LoopStart</CommandParams>
</NamedFrame>
</NamedFrames>
<Timeline>
<Id>Timer_Square_1</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>1</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_3</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>20</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>21</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_8</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>70</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_4</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>30</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>31</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_7</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>60</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>61</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_6</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>50</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>51</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_5</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>40</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>71</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_2</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>10</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>11</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>41</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_9</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>80</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>81</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_10</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>90</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>91</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_11</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>100</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>101</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_12</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>110</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>111</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_13</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>120</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>121</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_14</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>130</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>131</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x07ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_15</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>140</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>141</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x49ebebeb</Prop>
</KeyFrame>
</Timeline>
<Timeline>
<Id>Timer_Square_16</Id>
<TimelineProp>Fill.FillColor</TimelineProp>
<KeyFrame>
<Time>0</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>150</Time>
<Interpolation>0</Interpolation>
<Prop>0x00ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>151</Time>
<Interpolation>0</Interpolation>
<Prop>0xc8ebebeb</Prop>
</KeyFrame>
<KeyFrame>
<Time>160</Time>
<Interpolation>0</Interpolation>
<Prop>0x8cebebeb</Prop>
</KeyFrame>
</Timeline>
</Timelines>
</XuiScene>
<XuiButton>
<Properties>
<Id>ButtonConfirm</Id>
<Width>160.000000</Width>
<Height>25.000000</Height>
<Position>240.000000,267.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiButton>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>ConnectingProgressScene</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_ConnectingProgress</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Status</Id>
<Width>383.000000</Width>
<Height>26.000000</Height>
<Position>70.000000,194.666656,0.000000</Position>
<Visual>XuiLabel</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>500.000000</Width>
<Height>50.000000</Height>
<Position>70.000015,120.000000,0.000000</Position>
<Visual>XuiTitleSmall</Visual>
</Properties>
</XuiLabel>
<XuiProgressBar>
<Properties>
<Id>Progress</Id>
<Width>500.000000</Width>
<Height>15.000000</Height>
<Position>70.000046,221.000000,0.000000</Position>
<Show>false</Show>
<ClassOverride>CXuiCtrlLoadingProgress</ClassOverride>
<Visual>LoadingProgressState</Visual>
<Value>50</Value>
</Properties>
</XuiProgressBar>
<XuiScene>
<Properties>
<Id>Timer</Id>
<Width>91.000000</Width>
<Height>84.000000</Height>
<Position>275.000000,174.000000,0.000000</Position>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiFigure>
<Properties>
<Id>Timer_Square_1</Id>
<Width>42.000000</Width>
<Height>42.000000</Height>
<Position>-29.999992,-9.000000,0.000000</Position>
<Closed>false</Closed>
<Stroke>
</Stroke>
<Fill>
</Fill>
</Properties>
</XuiFigure>
</XuiScene>
</XuiScene>
</XuiCanvas>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+283 -283
View File
@@ -1,285 +1,285 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneCredits</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Credits</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiControl>
<Properties>
<Id>Background</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<Visual>CreditsBackground</Visual>
</Properties>
</XuiControl>
<XuiLabel>
<Properties>
<Id>XuiText1</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText2</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText3</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText4</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText5</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText6</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText7</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText8</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText9</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_M</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText10</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText11</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText12</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText13</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText14</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText15</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText16</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText17</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText18</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText19</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText20</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText21</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText22</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText23</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText24</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText25</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText26</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText27</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText28</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>1280.000000</Width>
<Height>138.000000</Height>
<Position>0.000000,56.000000,0.000000</Position>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneCredits</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Credits</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiControl>
<Properties>
<Id>Background</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<Visual>CreditsBackground</Visual>
</Properties>
</XuiControl>
<XuiLabel>
<Properties>
<Id>XuiText1</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText2</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText3</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText4</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText5</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText6</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText7</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText8</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText9</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_M</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText10</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText11</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText12</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText13</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText14</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText15</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText16</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText17</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText18</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText19</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText20</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText21</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText22</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText23</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText24</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText25</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText26</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText27</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText28</Id>
<Width>1279.000000</Width>
<Height>43.000000</Height>
<Position>1.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_S</Visual>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>1280.000000</Width>
<Height>138.000000</Height>
<Position>0.000000,56.000000,0.000000</Position>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
</XuiScene>
</XuiCanvas>
@@ -1,286 +1,286 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneCredits</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Credits</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiControl>
<Properties>
<Id>Background</Id>
<Width>854.000000</Width>
<Height>480.000000</Height>
<Position>-107.000000,0.000000,0.000000</Position>
<Visual>CreditsBackground</Visual>
</Properties>
</XuiControl>
<XuiLabel>
<Properties>
<Id>XuiText1</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText2</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText3</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText4</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText5</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText6</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText7</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText8</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText9</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_M</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText10</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText11</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText12</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText13</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText14</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText15</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText16</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText17</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText18</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText19</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText20</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText21</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText22</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText23</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText24</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText25</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText26</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText27</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText28</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>640.000000</Width>
<Height>70.000000</Height>
<Position>0.000000,48.000000,0.000000</Position>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneCredits</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Credits</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiControl>
<Properties>
<Id>Background</Id>
<Width>854.000000</Width>
<Height>480.000000</Height>
<Position>-107.000000,0.000000,0.000000</Position>
<Visual>CreditsBackground</Visual>
</Properties>
</XuiControl>
<XuiLabel>
<Properties>
<Id>XuiText1</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText2</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText3</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_20_XL</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText4</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText5</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText6</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText7</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText8</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText9</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_M</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText10</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText11</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText12</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText13</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_14_L</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText14</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText15</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText16</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText17</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText18</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText19</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText20</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText21</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText22</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText23</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText24</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText25</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText26</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText27</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiText28</Id>
<Width>640.000000</Width>
<Height>43.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Visual>XuiCreditsText_480_S</Visual>
</Properties>
</XuiLabel>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>640.000000</Width>
<Height>70.000000</Height>
<Position>0.000000,48.000000,0.000000</Position>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
</XuiScene>
</XuiCanvas>
@@ -1,49 +1,49 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>440.000000,450.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>440.000000,400.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>100.000000</Height>
<Position>440.000061,92.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>440.000000,450.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>440.000000,400.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>100.000000</Height>
<Position>440.000061,92.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,49 +1,49 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>170.000031,340.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>170.000031,300.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>100.000000</Height>
<Position>120.000061,150.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>170.000031,340.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>170.000031,300.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>100.000000</Height>
<Position>120.000061,150.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,49 +1,49 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>120.000000,233.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>120.000000,188.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>60.000000</Height>
<Position>120.000061,120.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDeath</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_Death</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>Respawn</DefaultFocus>
</Properties>
<XuiButton>
<Properties>
<Id>ExitGame</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>120.000000,233.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>Respawn</NavUp>
<NavDown>Respawn</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>Respawn</Id>
<Width>400.000000</Width>
<Height>40.000000</Height>
<Position>120.000000,188.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ExitGame</NavUp>
<NavDown>ExitGame</NavDown>
<PressKey>22528</PressKey>
</Properties>
</XuiButton>
<XuiLabel>
<Properties>
<Id>Title</Id>
<Width>400.000000</Width>
<Height>60.000000</Height>
<Position>120.000061,120.000000,0.000000</Position>
<Visual>XuiTitle</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,60 +1,60 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiImage>
<Properties>
<Id>XuiImage1</Id>
<Width>556.000061</Width>
<Height>97.000008</Height>
<Position>361.000061,60.000000,0.000000</Position>
<ImagePath>Graphics\MenuTitle.png</ImagePath>
</Properties>
</XuiImage>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,218.999985,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox2</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,291.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox3</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,365.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox4</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,438.000031,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiImage>
<Properties>
<Id>XuiImage1</Id>
<Width>556.000061</Width>
<Height>97.000008</Height>
<Position>361.000061,60.000000,0.000000</Position>
<ImagePath>Graphics\MenuTitle.png</ImagePath>
</Properties>
</XuiImage>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,218.999985,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox2</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,291.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox3</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,365.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox4</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>376.000000,438.000031,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
</XuiCanvas>
@@ -1,51 +1,51 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,103.999985,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox2</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,176.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox3</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,250.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox4</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,323.000031,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,103.999985,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox2</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,176.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox3</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,250.000000,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox4</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>221.000000,323.000031,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
</XuiCanvas>
@@ -0,0 +1,254 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>XuiDebugFillArea</Id>
<Width>823.000000</Width>
<Height>510.000000</Height>
<Position>228.000000,105.000046,0.000000</Position>
<ClassOverride>CScene_DebugFillArea</ClassOverride>
<DefaultFocus>StartX</DefaultFocus>
</Properties>
<XuiEdit>
<Properties>
<Id>StartX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>35.000015,65.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndX</NavRight>
<NavDown>StartY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>35.000015,150.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndY</NavRight>
<NavUp>StartX</NavUp>
<NavDown>StartZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>35.000015,235.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndZ</NavRight>
<NavUp>StartY</NavUp>
<NavDown>EdgeTile</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>309.000000,65.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartX</NavLeft>
<NavDown>EndY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>309.000000,150.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartY</NavLeft>
<NavUp>EndX</NavUp>
<NavDown>EndZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>309.000000,235.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartZ</NavLeft>
<NavUp>EndY</NavUp>
<NavDown>FillTile</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>34.000000,35.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>35.000000,119.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>36.000000,200.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartZ</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>306.000061,32.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>315.000061,119.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>307.000061,202.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndZ</Text>
</Properties>
</XuiLabel>
<XuiButton>
<Properties>
<Id>CreateButton</Id>
<Width>734.000000</Width>
<Height>52.000000</Height>
<Position>38.000000,437.000000,0.000000</Position>
<NavUp>FillData</NavUp>
<Text>Create</Text>
</Properties>
</XuiButton>
<XuiEdit>
<Properties>
<Id>EdgeTile</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>33.000015,313.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>FillTile</NavRight>
<NavUp>StartZ</NavUp>
<NavDown>EdgeData</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>34.000000,278.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EdgeTile</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>EdgeData</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>33.000015,396.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>FillData</NavRight>
<NavUp>EdgeTile</NavUp>
<NavDown>CreateButton</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>34.000000,361.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EdgeData</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>FillTile</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>304.000061,320.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>EdgeTile</NavLeft>
<NavUp>EndZ</NavUp>
<NavDown>FillData</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel9</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>305.000031,285.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>FillTile</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>FillData</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>305.000061,395.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>EdgeData</NavLeft>
<NavUp>FillTile</NavUp>
<NavDown>CreateButton</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel10</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>306.000031,360.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>FillData</Text>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,132 +1,132 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugItemEditor</Id>
<Width>685.000061</Width>
<Height>400.000000</Height>
<Position>297.500031,195.000046,0.000000</Position>
<ClassOverride>CScene_DebugItemEditor</ClassOverride>
<DefaultFocus>itemId</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>icon</Id>
<Width>46.000000</Width>
<Height>46.000000</Height>
<Position>23.000000,28.999985,0.000000</Position>
<Anchor>1</Anchor>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>XuiVisualImagePresenter</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>itemName</Id>
<Width>339.000000</Width>
<Height>34.000000</Height>
<Position>83.000000,32.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemId</Id>
<Width>200.000000</Width>
<Position>23.000000,107.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>itemCount</NavRight>
<NavDown>itemAuxValue</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>23.000000,77.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Item Id</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemAuxValue</Id>
<Width>200.000000</Width>
<Position>23.000000,169.999985,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>item4JData</NavRight>
<NavUp>itemId</NavUp>
<NavDown>itemCount</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>23.000000,143.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Aux Value</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemCount</Id>
<Width>200.000000</Width>
<Position>346.000000,102.999962,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>itemId</NavLeft>
<NavUp>itemAuxValue</NavUp>
<NavDown>item4JData</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>346.000000,76.999992,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Item Count</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>item4JData</Id>
<Width>200.000000</Width>
<Position>346.000000,163.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>itemAuxValue</NavLeft>
<NavUp>itemCount</NavUp>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>346.000000,134.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>4J Data</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>ruleXml</Id>
<Width>644.000000</Width>
<Height>156.000000</Height>
<Position>18.000000,218.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
</Properties>
</XuiLabel>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugItemEditor</Id>
<Width>685.000061</Width>
<Height>400.000000</Height>
<Position>297.500031,195.000046,0.000000</Position>
<ClassOverride>CScene_DebugItemEditor</ClassOverride>
<DefaultFocus>itemId</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>icon</Id>
<Width>46.000000</Width>
<Height>46.000000</Height>
<Position>23.000000,28.999985,0.000000</Position>
<Anchor>1</Anchor>
<ColorWriteFlags>7</ColorWriteFlags>
<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride>
<Visual>XuiVisualImagePresenter</Visual>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>itemName</Id>
<Width>339.000000</Width>
<Height>34.000000</Height>
<Position>83.000000,32.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemId</Id>
<Width>200.000000</Width>
<Position>23.000000,107.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>itemCount</NavRight>
<NavDown>itemAuxValue</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>23.000000,77.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Item Id</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemAuxValue</Id>
<Width>200.000000</Width>
<Position>23.000000,169.999985,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>item4JData</NavRight>
<NavUp>itemId</NavUp>
<NavDown>itemCount</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>23.000000,143.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Aux Value</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>itemCount</Id>
<Width>200.000000</Width>
<Position>346.000000,102.999962,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>itemId</NavLeft>
<NavUp>itemAuxValue</NavUp>
<NavDown>item4JData</NavDown>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>346.000000,76.999992,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Item Count</Text>
</Properties>
</XuiLabel>
<XuiEdit>
<Properties>
<Id>item4JData</Id>
<Width>200.000000</Width>
<Position>346.000000,163.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>itemAuxValue</NavLeft>
<NavUp>itemCount</NavUp>
<AllowedChars>0123456789</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>257.000000</Width>
<Height>34.000000</Height>
<Position>346.000000,134.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>4J Data</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>ruleXml</Id>
<Width>644.000000</Width>
<Height>156.000000</Height>
<Position>18.000000,218.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,220 +1,220 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>XuiDebugSchematic</Id>
<Width>823.000000</Width>
<Height>510.000000</Height>
<Position>228.000000,105.000046,0.000000</Position>
<ClassOverride>CScene_DebugSchematicCreator</ClassOverride>
<DefaultFocus>Name</DefaultFocus>
</Properties>
<XuiEdit>
<Properties>
<Id>StartX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,158.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndX</NavRight>
<NavUp>Name</NavUp>
<NavDown>StartY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,243.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndY</NavRight>
<NavUp>StartX</NavUp>
<NavDown>StartZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,328.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndZ</NavRight>
<NavUp>StartY</NavUp>
<NavDown>EndX</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,158.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartX</NavLeft>
<NavUp>Name</NavUp>
<NavDown>EndY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,243.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartY</NavLeft>
<NavUp>EndX</NavUp>
<NavDown>EndZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,328.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartZ</NavLeft>
<NavUp>EndY</NavUp>
<NavDown>SaveMobs</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>33.000000,128.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>34.000000,212.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>35.000000,293.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartZ</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>305.000061,125.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>314.000061,212.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>306.000061,295.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndZ</Text>
</Properties>
</XuiLabel>
<XuiButton>
<Properties>
<Id>CreateButton</Id>
<Width>734.000000</Width>
<Height>52.000000</Height>
<Position>38.000000,437.000000,0.000000</Position>
<NavUp>SaveMobs</NavUp>
<Text>Create</Text>
</Properties>
</XuiButton>
<XuiEdit>
<Properties>
<Id>Name</Id>
<Width>759.000000</Width>
<Height>47.000000</Height>
<Position>32.000031,64.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavDown>StartX</NavDown>
<Text>schematic</Text>
<TextLimit>64</TextLimit>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>480.000000</Width>
<Height>42.000000</Height>
<Position>31.000000,13.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Name</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>222.000000</Width>
<Height>236.000000</Height>
<Position>570.000000,124.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Start co-ords should be even, end co-ords should be odd. If they are not the area included will be expanded.</Text>
</Properties>
</XuiLabel>
<XuiCheckbox>
<Properties>
<Id>SaveMobs</Id>
<Width>309.000000</Width>
<Height>39.000000</Height>
<Position>43.000000,388.000000,0.000000</Position>
<NavRight>UseXboxCompression</NavRight>
<NavUp>EndZ</NavUp>
<NavDown>CreateButton</NavDown>
<Text>Save Mobs</Text>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>UseXboxCompression</Id>
<Width>309.000000</Width>
<Height>39.000000</Height>
<Position>353.000000,388.000000,0.000000</Position>
<NavLeft>SaveMobs</NavLeft>
<NavUp>EndZ</NavUp>
<NavDown>CreateButton</NavDown>
<Text>Use Xbox Compression</Text>
</Properties>
</XuiCheckbox>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>XuiDebugSchematic</Id>
<Width>823.000000</Width>
<Height>510.000000</Height>
<Position>228.000000,105.000046,0.000000</Position>
<ClassOverride>CScene_DebugSchematicCreator</ClassOverride>
<DefaultFocus>Name</DefaultFocus>
</Properties>
<XuiEdit>
<Properties>
<Id>StartX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,158.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndX</NavRight>
<NavUp>Name</NavUp>
<NavDown>StartY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,243.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndY</NavRight>
<NavUp>StartX</NavUp>
<NavDown>StartZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>StartZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>34.000015,328.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavRight>EndZ</NavRight>
<NavUp>StartY</NavUp>
<NavDown>EndX</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndX</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,158.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartX</NavLeft>
<NavUp>Name</NavUp>
<NavDown>EndY</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndY</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,243.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartY</NavLeft>
<NavUp>EndX</NavUp>
<NavDown>EndZ</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>EndZ</Id>
<Width>245.000000</Width>
<Height>33.000000</Height>
<Position>308.000000,328.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>StartZ</NavLeft>
<NavUp>EndY</NavUp>
<NavDown>SaveMobs</NavDown>
<AllowedChars>0123456789-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>33.000000,128.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>34.000000,212.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>35.000000,293.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>StartZ</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>305.000061,125.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndX</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel5</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>314.000061,212.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndY</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel6</Id>
<Width>233.000000</Width>
<Height>24.000000</Height>
<Position>306.000061,295.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>EndZ</Text>
</Properties>
</XuiLabel>
<XuiButton>
<Properties>
<Id>CreateButton</Id>
<Width>734.000000</Width>
<Height>52.000000</Height>
<Position>38.000000,437.000000,0.000000</Position>
<NavUp>SaveMobs</NavUp>
<Text>Create</Text>
</Properties>
</XuiButton>
<XuiEdit>
<Properties>
<Id>Name</Id>
<Width>759.000000</Width>
<Height>47.000000</Height>
<Position>32.000031,64.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavDown>StartX</NavDown>
<Text>schematic</Text>
<TextLimit>64</TextLimit>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>480.000000</Width>
<Height>42.000000</Height>
<Position>31.000000,13.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Name</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel8</Id>
<Width>222.000000</Width>
<Height>236.000000</Height>
<Position>570.000000,124.000000,0.000000</Position>
<Visual>XuiLabelDarkLeftWrap</Visual>
<Text>Start co-ords should be even, end co-ords should be odd. If they are not the area included will be expanded.</Text>
</Properties>
</XuiLabel>
<XuiCheckbox>
<Properties>
<Id>SaveMobs</Id>
<Width>309.000000</Width>
<Height>39.000000</Height>
<Position>43.000000,388.000000,0.000000</Position>
<NavRight>UseXboxCompression</NavRight>
<NavUp>EndZ</NavUp>
<NavDown>CreateButton</NavDown>
<Text>Save Mobs</Text>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>UseXboxCompression</Id>
<Width>309.000000</Width>
<Height>39.000000</Height>
<Position>353.000000,388.000000,0.000000</Position>
<NavLeft>SaveMobs</NavLeft>
<NavUp>EndZ</NavUp>
<NavDown>CreateButton</NavDown>
<Text>Use Xbox Compression</Text>
</Properties>
</XuiCheckbox>
</XuiScene>
</XuiCanvas>
@@ -1,160 +1,160 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>XuiDebugSetCamera</Id>
<Width>267.275146</Width>
<Height>360.700745</Height>
<Position>993.158508,15.835232,0.000000</Position>
<DisableTimelineRecursion>true</DisableTimelineRecursion>
<ClassOverride>CScene_DebugSetCamera</ClassOverride>
<DefaultFocus>LockPlayer</DefaultFocus>
</Properties>
<XuiEdit>
<Properties>
<Id>CamX</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>20.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamZ</NavLeft>
<NavRight>CamY</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>YRot</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>CamZ</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>180.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamY</NavLeft>
<NavRight>CamX</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>Elevation</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>YRot</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>20.000000,185.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>Elevation</NavLeft>
<NavRight>Elevation</NavRight>
<NavUp>CamX</NavUp>
<NavDown>LockPlayer</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>CamY</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>100.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamX</NavLeft>
<NavRight>CamZ</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>Elevation</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>Elevation</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>100.000000,185.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>YRot</NavLeft>
<NavRight>YRot</NavRight>
<NavUp>CamY</NavUp>
<NavDown>LockPlayer</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>80.000000</Width>
<Height>24.000000</Height>
<Position>20.000000,70.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-X</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>140.000000</Width>
<Height>24.000000</Height>
<Position>180.000000,67.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-Z</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>236.599915</Width>
<Height>24.000000</Height>
<Position>10.000000,150.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Y-Rot &amp; Elevation (Degs)</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>80.000000</Width>
<Height>24.000000</Height>
<Position>100.000000,70.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-Y</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>183.599976</Width>
<Height>42.000000</Height>
<Position>20.000000,14.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Set Camera Position</Text>
</Properties>
</XuiLabel>
<XuiCheckbox>
<Properties>
<Id>LockPlayer</Id>
<Width>180.129578</Width>
<Height>39.000000</Height>
<Position>21.000000,240.399994,0.000000</Position>
<ClassOverride>CXuiCheckbox</ClassOverride>
<NavUp>YRot</NavUp>
<NavDown>Teleport</NavDown>
<Text>Lock Player</Text>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>Teleport</Id>
<Width>180.928040</Width>
<Height>40.000000</Height>
<Position>20.320000,296.820038,0.000000</Position>
<NavUp>LockPlayer</NavUp>
<NavDown>CamX</NavDown>
<Text>Teleport</Text>
</Properties>
</XuiButton>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>XuiDebugSetCamera</Id>
<Width>267.275146</Width>
<Height>360.700745</Height>
<Position>993.158508,15.835232,0.000000</Position>
<DisableTimelineRecursion>true</DisableTimelineRecursion>
<ClassOverride>CScene_DebugSetCamera</ClassOverride>
<DefaultFocus>LockPlayer</DefaultFocus>
</Properties>
<XuiEdit>
<Properties>
<Id>CamX</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>20.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamZ</NavLeft>
<NavRight>CamY</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>YRot</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>CamZ</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>180.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamY</NavLeft>
<NavRight>CamX</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>Elevation</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>YRot</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>20.000000,185.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>Elevation</NavLeft>
<NavRight>Elevation</NavRight>
<NavUp>CamX</NavUp>
<NavDown>LockPlayer</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>CamY</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>100.000000,100.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>CamX</NavLeft>
<NavRight>CamZ</NavRight>
<NavUp>Teleport</NavUp>
<NavDown>Elevation</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiEdit>
<Properties>
<Id>Elevation</Id>
<Width>80.000000</Width>
<Height>33.000000</Height>
<Position>100.000000,185.000000,0.000000</Position>
<ClassOverride>CXuiCtrl4JEdit</ClassOverride>
<NavLeft>YRot</NavLeft>
<NavRight>YRot</NavRight>
<NavUp>CamY</NavUp>
<NavDown>LockPlayer</NavDown>
<AllowedChars>0123456789.-</AllowedChars>
</Properties>
</XuiEdit>
<XuiLabel>
<Properties>
<Id>XuiLabel1</Id>
<Width>80.000000</Width>
<Height>24.000000</Height>
<Position>20.000000,70.000015,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-X</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel2</Id>
<Width>140.000000</Width>
<Height>24.000000</Height>
<Position>180.000000,67.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-Z</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel3</Id>
<Width>236.599915</Width>
<Height>24.000000</Height>
<Position>10.000000,150.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Y-Rot &amp; Elevation (Degs)</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel4</Id>
<Width>80.000000</Width>
<Height>24.000000</Height>
<Position>100.000000,70.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Cam-Y</Text>
</Properties>
</XuiLabel>
<XuiLabel>
<Properties>
<Id>XuiLabel7</Id>
<Width>183.599976</Width>
<Height>42.000000</Height>
<Position>20.000000,14.000000,0.000000</Position>
<Visual>XuiLabelDark</Visual>
<Text>Set Camera Position</Text>
</Properties>
</XuiLabel>
<XuiCheckbox>
<Properties>
<Id>LockPlayer</Id>
<Width>180.129578</Width>
<Height>39.000000</Height>
<Position>21.000000,240.399994,0.000000</Position>
<ClassOverride>CXuiCheckbox</ClassOverride>
<NavUp>YRot</NavUp>
<NavDown>Teleport</NavDown>
<Text>Lock Player</Text>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>Teleport</Id>
<Width>180.928040</Width>
<Height>40.000000</Height>
<Position>20.320000,296.820038,0.000000</Position>
<NavUp>LockPlayer</NavUp>
<NavDown>CamX</NavDown>
<Text>Teleport</Text>
</Properties>
</XuiButton>
</XuiScene>
</XuiCanvas>
@@ -1,24 +1,24 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>22.000000,23.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneDebug</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClassOverride>CScene_Debug</ClassOverride>
<DefaultFocus>XuiSliderVolume</DefaultFocus>
</Properties>
<XuiCheckbox>
<Properties>
<Id>XuiCheckbox1</Id>
<Width>198.000000</Width>
<Height>50.000000</Height>
<Position>22.000000,23.999969,0.000000</Position>
<Show>false</Show>
</Properties>
</XuiCheckbox>
</XuiScene>
</XuiCanvas>
@@ -1,323 +1,370 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugOverlay</Id>
<Width>859.000000</Width>
<Height>718.000000</Height>
<Position>422.000031,1.000000,0.000000</Position>
<ClassOverride>CScene_DebugOverlay</ClassOverride>
<DefaultFocus>ItemsList</DefaultFocus>
</Properties>
<XuiCommonList>
<Properties>
<Id>ItemsList</Id>
<Width>413.000000</Width>
<Height>274.000000</Height>
<Position>431.000000,404.000000,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>SliderFov</NavLeft>
<NavRight>SliderFov</NavRight>
<NavUp>EnchantmentsList</NavUp>
<NavDown>MobList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>EnchantmentsList</Id>
<Width>413.000000</Width>
<Height>180.000000</Height>
<Position>428.000000,213.999954,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>SetNight</NavLeft>
<NavRight>SetNight</NavRight>
<NavUp>MobList</NavUp>
<NavDown>ItemsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>MobList</Id>
<Width>413.000000</Width>
<Height>180.000000</Height>
<Position>428.000000,24.999954,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>SetCamera</NavLeft>
<NavRight>SetCamera</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>EnchantmentsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiSlider>
<Properties>
<Id>SliderFov</Id>
<Width>365.000000</Width>
<Height>36.000000</Height>
<Position>26.000000,309.000031,0.000000</Position>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>SliderTime</NavUp>
<NavDown>SetCamera</NavDown>
<Text>Set fov</Text>
</Properties>
</XuiSlider>
<XuiSlider>
<Properties>
<Id>SliderTime</Id>
<Width>365.000000</Width>
<Height>36.000000</Height>
<Position>26.000000,265.000000,0.000000</Position>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>SetDay</NavUp>
<NavDown>SliderFov</NavDown>
<Text>Set time (unsafe)</Text>
<RangeMax>24000</RangeMax>
<Step>100</Step>
<AccelInc>50</AccelInc>
<AccelTime>10</AccelTime>
</Properties>
</XuiSlider>
<XuiButton>
<Properties>
<Id>SetNight</Id>
<Width>190.000000</Width>
<Height>40.000000</Height>
<Position>203.000000,224.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>SetDay</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>ToggleThunder</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Night</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetDay</Id>
<Width>168.000000</Width>
<Height>40.000000</Height>
<Position>28.000000,224.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>SetNight</NavRight>
<NavUp>ToggleRain</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Day</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleThunder</Id>
<Width>190.000000</Width>
<Height>40.000000</Height>
<Position>203.000061,165.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>ToggleRain</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>CreateSchematic</NavUp>
<NavDown>SetNight</NavDown>
<Text>Toggle Thunder</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleRain</Id>
<Width>168.000000</Width>
<Height>40.000000</Height>
<Position>28.000000,165.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>ToggleThunder</NavRight>
<NavUp>CreateSchematic</NavUp>
<NavDown>SetDay</NavDown>
<Text>Toggle Rain</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>CreateSchematic</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>26.000000,118.000015,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>ResetTutorial</NavUp>
<NavDown>ToggleRain</NavDown>
<Text>Create Schematic</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ResetTutorial</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>26.000000,73.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>SetCamera</NavUp>
<NavDown>CreateSchematic</NavDown>
<Text>Reset profile tutorial progress</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetCamera</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>25.000000,29.000002,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>SliderFov</NavUp>
<NavDown>ResetTutorial</NavDown>
<Text>Set camera</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SaveToFile</Id>
<Width>229.000000</Width>
<Height>40.000000</Height>
<Position>38.000000,36.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavRight>ChunkRadius</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Save Level To File</Text>
</Properties>
</XuiButton>
<XuiSlider>
<Properties>
<Id>ChunkRadius</Id>
<Width>195.999985</Width>
<Height>87.000000</Height>
<Position>263.000061,14.000000,0.000000</Position>
<Show>false</Show>
<Enabled>false</Enabled>
<NavLeft>SaveToFile</NavLeft>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Radius (chunks &gt; 0)</Text>
<RangeMax>64</RangeMax>
</Properties>
</XuiSlider>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugOverlay</Id>
<Width>859.000000</Width>
<Height>718.000000</Height>
<Position>422.000031,1.000000,0.000000</Position>
<ClassOverride>CScene_DebugOverlay</ClassOverride>
<DefaultFocus>ItemsList</DefaultFocus>
</Properties>
<XuiCommonList>
<Properties>
<Id>ItemsList</Id>
<Width>413.000000</Width>
<Height>274.000000</Height>
<Position>431.000000,404.000000,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>FillArea</NavLeft>
<NavRight>FillArea</NavRight>
<NavUp>EnchantmentsList</NavUp>
<NavDown>MobList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>EnchantmentsList</Id>
<Width>413.000000</Width>
<Height>180.000000</Height>
<Position>428.000000,213.999954,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>SetNight</NavLeft>
<NavRight>SetNight</NavRight>
<NavUp>MobList</NavUp>
<NavDown>ItemsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>MobList</Id>
<Width>413.000000</Width>
<Height>180.000000</Height>
<Position>428.000000,24.999954,0.000000</Position>
<Visual>DebugList</Visual>
<NavLeft>SetCamera</NavLeft>
<NavRight>SetCamera</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>EnchantmentsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiSlider>
<Properties>
<Id>SliderFov</Id>
<Width>365.000000</Width>
<Height>36.000000</Height>
<Position>26.000000,309.000031,0.000000</Position>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>SliderTime</NavUp>
<NavDown>FillArea</NavDown>
<Text>Set fov</Text>
</Properties>
</XuiSlider>
<XuiSlider>
<Properties>
<Id>SliderTime</Id>
<Width>365.000000</Width>
<Height>36.000000</Height>
<Position>26.000000,265.000000,0.000000</Position>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>SetDay</NavUp>
<NavDown>SliderFov</NavDown>
<Text>Set time (unsafe)</Text>
<RangeMax>24000</RangeMax>
<Step>100</Step>
<AccelInc>50</AccelInc>
<AccelTime>10</AccelTime>
</Properties>
</XuiSlider>
<XuiButton>
<Properties>
<Id>SetNight</Id>
<Width>190.000000</Width>
<Height>40.000000</Height>
<Position>203.000000,224.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>SetDay</NavLeft>
<NavRight>EnchantmentsList</NavRight>
<NavUp>ToggleThunder</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Night</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetDay</Id>
<Width>168.000000</Width>
<Height>40.000000</Height>
<Position>28.000000,224.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>EnchantmentsList</NavLeft>
<NavRight>SetNight</NavRight>
<NavUp>ToggleRain</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Day</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleThunder</Id>
<Width>190.000000</Width>
<Height>40.000000</Height>
<Position>203.000061,165.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>ToggleRain</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>CreateSchematic</NavUp>
<NavDown>SetNight</NavDown>
<Text>Toggle Thunder</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleRain</Id>
<Width>168.000000</Width>
<Height>40.000000</Height>
<Position>28.000000,165.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>ToggleThunder</NavRight>
<NavUp>CreateSchematic</NavUp>
<NavDown>SetDay</NavDown>
<Text>Toggle Rain</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>CreateSchematic</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>26.000000,118.000015,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>ResetTutorial</NavUp>
<NavDown>ToggleRain</NavDown>
<Text>Create Schematic</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ResetTutorial</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>26.000000,73.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>SetCamera</NavUp>
<NavDown>CreateSchematic</NavDown>
<Text>Reset profile tutorial progress</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetCamera</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>25.000000,29.000002,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>MobList</NavLeft>
<NavRight>MobList</NavRight>
<NavUp>SliderFov</NavUp>
<NavDown>ResetTutorial</NavDown>
<Text>Set camera</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SaveToFile</Id>
<Width>229.000000</Width>
<Height>40.000000</Height>
<Position>38.000000,36.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavRight>ChunkRadius</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Save Level To File</Text>
</Properties>
</XuiButton>
<XuiSlider>
<Properties>
<Id>ChunkRadius</Id>
<Width>195.999985</Width>
<Height>87.000000</Height>
<Position>263.000061,14.000000,0.000000</Position>
<Show>false</Show>
<Enabled>false</Enabled>
<NavLeft>SaveToFile</NavLeft>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Radius (chunks &gt; 0)</Text>
<RangeMax>64</RangeMax>
</Properties>
</XuiSlider>
<XuiButton>
<Properties>
<Id>FillArea</Id>
<Width>365.000000</Width>
<Height>40.000000</Height>
<Position>27.000000,357.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>ItemsList</NavLeft>
<NavRight>ItemsList</NavRight>
<NavUp>SliderFov</NavUp>
<NavDown>SaveToFile</NavDown>
<Text>Fill Area</Text>
</Properties>
</XuiButton>
</XuiScene>
</XuiCanvas>
@@ -1,161 +1,161 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugOverlay</Id>
<Width>300.000000</Width>
<Height>480.000000</Height>
<Position>340.000000,1.000000,0.000000</Position>
<ClassOverride>CScene_DebugOverlay</ClassOverride>
<DefaultFocus>ItemsList</DefaultFocus>
</Properties>
<XuiCommonList>
<Properties>
<Id>ItemsList</Id>
<Width>223.000000</Width>
<Height>125.999969</Height>
<Position>35.000000,329.000000,0.000000</Position>
<Visual>DebugList</Visual>
<NavUp>MobList</NavUp>
<NavDown>ResetTutorial</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>MobList</Id>
<Width>225.000000</Width>
<Height>90.999969</Height>
<Position>33.000000,238.999969,0.000000</Position>
<Visual>DebugList</Visual>
<NavUp>SliderFov</NavUp>
<NavDown>ItemsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiSlider>
<Properties>
<Id>SliderFov</Id>
<Width>200.000000</Width>
<Height>38.000000</Height>
<Position>46.000046,201.000000,0.000000</Position>
<NavUp>SliderTime</NavUp>
<NavDown>MobList</NavDown>
<Text>Set fov</Text>
</Properties>
</XuiSlider>
<XuiSlider>
<Properties>
<Id>SliderTime</Id>
<Width>200.000000</Width>
<Height>38.000000</Height>
<Position>45.000046,164.000000,0.000000</Position>
<NavUp>ToggleRain</NavUp>
<NavDown>SliderFov</NavDown>
<Text>Set time (unsafe)</Text>
<RangeMax>24000</RangeMax>
<Step>100</Step>
<AccelInc>50</AccelInc>
<AccelTime>10</AccelTime>
</Properties>
</XuiSlider>
<XuiButton>
<Properties>
<Id>ToggleThunder</Id>
<Width>100.000000</Width>
<Position>150.000061,132.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>ToggleRain</NavLeft>
<NavUp>SetSpawn</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Toggle Thunder</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleRain</Id>
<Width>100.000000</Width>
<Position>41.000000,132.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavRight>ToggleThunder</NavRight>
<NavUp>SetSpawn</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Toggle Rain</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetSpawn</Id>
<Width>210.000000</Width>
<Position>41.000000,95.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavUp>ResetTutorial</NavUp>
<NavDown>ToggleRain</NavDown>
<Text>Set Level Spawn Point To Here</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ResetTutorial</Id>
<Width>210.000000</Width>
<Position>41.000000,57.999996,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Reset profile tutorial progress</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SaveToFile</Id>
<Width>100.000000</Width>
<Position>38.000000,29.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavRight>ChunkRadius</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Save Level To File</Text>
</Properties>
</XuiButton>
<XuiSlider>
<Properties>
<Id>ChunkRadius</Id>
<Width>100.000000</Width>
<Position>150.000061,29.000000,0.000000</Position>
<Show>false</Show>
<Enabled>false</Enabled>
<NavLeft>SaveToFile</NavLeft>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Radius (chunks &gt; 0)</Text>
<RangeMax>64</RangeMax>
</Properties>
</XuiSlider>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugOverlay</Id>
<Width>300.000000</Width>
<Height>480.000000</Height>
<Position>340.000000,1.000000,0.000000</Position>
<ClassOverride>CScene_DebugOverlay</ClassOverride>
<DefaultFocus>ItemsList</DefaultFocus>
</Properties>
<XuiCommonList>
<Properties>
<Id>ItemsList</Id>
<Width>223.000000</Width>
<Height>125.999969</Height>
<Position>35.000000,329.000000,0.000000</Position>
<Visual>DebugList</Visual>
<NavUp>MobList</NavUp>
<NavDown>ResetTutorial</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiCommonList>
<Properties>
<Id>MobList</Id>
<Width>225.000000</Width>
<Height>90.999969</Height>
<Position>33.000000,238.999969,0.000000</Position>
<Visual>DebugList</Visual>
<NavUp>SliderFov</NavUp>
<NavDown>ItemsList</NavDown>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>40.000000</Height>
<Position>10.000000,14.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>DebugButton</Visual>
</Properties>
</XuiListItem>
</XuiCommonList>
<XuiSlider>
<Properties>
<Id>SliderFov</Id>
<Width>200.000000</Width>
<Height>38.000000</Height>
<Position>46.000046,201.000000,0.000000</Position>
<NavUp>SliderTime</NavUp>
<NavDown>MobList</NavDown>
<Text>Set fov</Text>
</Properties>
</XuiSlider>
<XuiSlider>
<Properties>
<Id>SliderTime</Id>
<Width>200.000000</Width>
<Height>38.000000</Height>
<Position>45.000046,164.000000,0.000000</Position>
<NavUp>ToggleRain</NavUp>
<NavDown>SliderFov</NavDown>
<Text>Set time (unsafe)</Text>
<RangeMax>24000</RangeMax>
<Step>100</Step>
<AccelInc>50</AccelInc>
<AccelTime>10</AccelTime>
</Properties>
</XuiSlider>
<XuiButton>
<Properties>
<Id>ToggleThunder</Id>
<Width>100.000000</Width>
<Position>150.000061,132.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavLeft>ToggleRain</NavLeft>
<NavUp>SetSpawn</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Toggle Thunder</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ToggleRain</Id>
<Width>100.000000</Width>
<Position>41.000000,132.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavRight>ToggleThunder</NavRight>
<NavUp>SetSpawn</NavUp>
<NavDown>SliderTime</NavDown>
<Text>Toggle Rain</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SetSpawn</Id>
<Width>210.000000</Width>
<Position>41.000000,95.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavUp>ResetTutorial</NavUp>
<NavDown>ToggleRain</NavDown>
<Text>Set Level Spawn Point To Here</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ResetTutorial</Id>
<Width>210.000000</Width>
<Position>41.000000,57.999996,0.000000</Position>
<Visual>XuiMainMenuButton_L</Visual>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Reset profile tutorial progress</Text>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>SaveToFile</Id>
<Width>100.000000</Width>
<Position>38.000000,29.000000,0.000000</Position>
<Show>false</Show>
<Visual>XuiMainMenuButton_L</Visual>
<Enabled>false</Enabled>
<NavRight>ChunkRadius</NavRight>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Save Level To File</Text>
</Properties>
</XuiButton>
<XuiSlider>
<Properties>
<Id>ChunkRadius</Id>
<Width>100.000000</Width>
<Position>150.000061,29.000000,0.000000</Position>
<Show>false</Show>
<Enabled>false</Enabled>
<NavLeft>SaveToFile</NavLeft>
<NavUp>ItemsList</NavUp>
<NavDown>SetSpawn</NavDown>
<Text>Radius (chunks &gt; 0)</Text>
<RangeMax>64</RangeMax>
</Properties>
</XuiSlider>
</XuiScene>
</XuiCanvas>
@@ -1,39 +1,39 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>800.000000</Width>
<Height>100.000000</Height>
<Position>240.000061,520.000000,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoplay</Command>
<TargetParameter>Normal</TargetParameter>
</NamedFrame>
</NamedFrames>
</Timelines>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>800.000000</Width>
<Height>100.000000</Height>
<Position>240.000061,520.000000,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,39 +1,39 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>500.000000</Width>
<Height>120.000000</Height>
<Position>70.000000,256.000061,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoplay</Command>
<TargetParameter>Normal</TargetParameter>
</NamedFrame>
</NamedFrames>
</Timelines>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>500.000000</Width>
<Height>120.000000</Height>
<Position>70.000000,256.000061,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
@@ -1,39 +1,39 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>500.000000</Width>
<Height>120.000000</Height>
<Position>70.000000,180.000061,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoandplay</Command>
<CommandParams>Normal</CommandParams>
</NamedFrame>
</NamedFrames>
</Timelines>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>DebugTips</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClassOverride>CScene_DebugTips</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>ButtonConfirm</DefaultFocus>
</Properties>
<Timelines>
<NamedFrames>
<NamedFrame>
<Name>Normal</Name>
<Time>0</Time>
</NamedFrame>
<NamedFrame>
<Name>EndNormal</Name>
<Time>40</Time>
<Command>gotoplay</Command>
<TargetParameter>Normal</TargetParameter>
</NamedFrame>
</NamedFrames>
</Timelines>
<XuiLabel>
<Properties>
<Id>Tip</Id>
<Width>500.000000</Width>
<Height>120.000000</Height>
<Position>70.000000,180.000061,0.000000</Position>
<Visual>TipPanel</Visual>
</Properties>
</XuiLabel>
</XuiScene>
</XuiCanvas>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,115 +1,105 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>396.000000</Height>
<Position>400.000031,200.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
</XuiList>
<XuiControl>
<Properties>
<Id>Logo</Id>
<Width>1280.000000</Width>
<Height>138.000000</Height>
<Position>0.000000,56.000000,0.000000</Position>
<DesignTime>true</DesignTime>
<Visual>MenuTitleLogo</Visual>
</Properties>
</XuiControl>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>1280.000000</Width>
<Height>720.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>396.000000</Height>
<Position>400.000031,200.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
</XuiList>
</XuiScene>
</XuiCanvas>
@@ -1,63 +1,63 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>268.000000</Height>
<Position>80.000000,120.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList480</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuLButton_Thin</Visual>
<InterItemSpacing>0.000000,10.000000,0.000000</InterItemSpacing>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuLButton_Thin</Visual>
<InterItemSpacing>0.000000,10.000000,0.000000</InterItemSpacing>
</Properties>
</XuiListItem>
</XuiList>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>640.000000</Width>
<Height>480.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>268.000000</Height>
<Position>80.000000,120.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList480</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuLButton_Thin</Visual>
<InterItemSpacing>0.000000,10.000000,0.000000</InterItemSpacing>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>300.000000</Width>
<Height>36.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuLButton_Thin</Visual>
<InterItemSpacing>0.000000,10.000000,0.000000</InterItemSpacing>
</Properties>
</XuiListItem>
</XuiList>
</XuiScene>
</XuiCanvas>
@@ -1,50 +1,50 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>243.000015</Height>
<Position>80.000038,35.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
</XuiList>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>360.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>SceneHowToPlayMenu</Id>
<Width>640.000000</Width>
<Height>360.000000</Height>
<ClipChildren>true</ClipChildren>
<ClassOverride>CScene_HowToPlayMenu</ClassOverride>
<Visual>XuiMenuScene</Visual>
<DefaultFocus>XuiButton1</DefaultFocus>
</Properties>
<XuiList>
<Properties>
<Id>HowToListButtons</Id>
<Width>480.000000</Width>
<Height>243.000015</Height>
<Position>80.000038,35.000000,0.000000</Position>
<ClassOverride>CXuiCtrlPassThroughList</ClassOverride>
<Visual>XuiHowToList</Visual>
<NavUp>JoinGame</NavUp>
</Properties>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>469.000000</Width>
<Height>86.000000</Height>
<Position>16.000000,32.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiButton</Visual>
</Properties>
</XuiListItem>
<XuiListItem>
<Properties>
<Id>control_ListItem</Id>
<Width>450.000000</Width>
<Height>50.000000</Height>
<Position>15.000000,15.000000,0.000000</Position>
<Anchor>5</Anchor>
<Show>false</Show>
<Visual>XuiMainMenuButton_List</Visual>
</Properties>
</XuiListItem>
</XuiList>
</XuiScene>
</XuiCanvas>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,155 +1,155 @@
<XuiCanvas version="000c">
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>InGameHostOptions</Id>
<Width>454.666687</Width>
<Height>435.000000</Height>
<Position>412.666718,140.000031,0.000000</Position>
<ClassOverride>CScene_InGameHostOptions</ClassOverride>
<Visual>XuiScene</Visual>
<DefaultFocus>GameOptions\CheckboxFireSpreads</DefaultFocus>
<InterruptTransitions>2</InterruptTransitions>
</Properties>
<XuiScene>
<Properties>
<Id>GameOptions</Id>
<Width>450.000000</Width>
<Height>411.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiCheckbox>
<Properties>
<Id>CheckboxNaturalRegen</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,274.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxTileDrops</NavUp>
<NavDown>ButtonTeleportToPlayer</NavDown>
<NavTabBackward>ButtonTeleportToPlayer</NavTabBackward>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTileDrops</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,240.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobLoot</NavUp>
<NavDown>CheckboxNaturalRegen</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobLoot</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,204.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobGriefing</NavUp>
<NavDown>CheckboxTileDrops</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobGriefing</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,170.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobSpawning</NavUp>
<NavDown>CheckboxMobLoot</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobSpawning</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,136.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxKeepInventory</NavUp>
<NavDown>CheckboxMobGriefing</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxKeepInventory</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,102.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxDaylightCycle</NavUp>
<NavDown>CheckboxMobSpawning</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxDaylightCycle</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,68.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxTNT</NavUp>
<NavDown>CheckboxKeepInventory</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTNT</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,34.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxFireSpreads</NavUp>
<NavDown>CheckboxDaylightCycle</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxFireSpreads</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,1.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavDown>CheckboxTNT</NavDown>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>ButtonTeleportToPlayer</Id>
<Width>412.000000</Width>
<Height>40.000000</Height>
<Position>21.000000,311.000000,0.000000</Position>
<NavUp>CheckboxNaturalRegen</NavUp>
<NavDown>ButtonTeleportPlayerToMe</NavDown>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ButtonTeleportPlayerToMe</Id>
<Width>412.000000</Width>
<Height>40.000000</Height>
<Position>21.000000,360.000000,0.000000</Position>
<NavUp>ButtonTeleportToPlayer</NavUp>
</Properties>
</XuiButton>
</XuiScene>
</XuiScene>
<Properties>
<Width>1280.000000</Width>
<Height>720.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>InGameHostOptions</Id>
<Width>454.666687</Width>
<Height>435.000000</Height>
<Position>412.666718,140.000031,0.000000</Position>
<ClassOverride>CScene_InGameHostOptions</ClassOverride>
<Visual>XuiScene</Visual>
<DefaultFocus>GameOptions\CheckboxFireSpreads</DefaultFocus>
<InterruptTransitions>2</InterruptTransitions>
</Properties>
<XuiScene>
<Properties>
<Id>GameOptions</Id>
<Width>450.000000</Width>
<Height>411.000000</Height>
<Position>0.000000,16.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiCheckbox>
<Properties>
<Id>CheckboxNaturalRegen</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,274.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxTileDrops</NavUp>
<NavDown>ButtonTeleportToPlayer</NavDown>
<NavTabBackward>ButtonTeleportToPlayer</NavTabBackward>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTileDrops</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,240.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobLoot</NavUp>
<NavDown>CheckboxNaturalRegen</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobLoot</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,204.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobGriefing</NavUp>
<NavDown>CheckboxTileDrops</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobGriefing</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,170.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxMobSpawning</NavUp>
<NavDown>CheckboxMobLoot</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobSpawning</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,136.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxKeepInventory</NavUp>
<NavDown>CheckboxMobGriefing</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxKeepInventory</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,102.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxDaylightCycle</NavUp>
<NavDown>CheckboxMobSpawning</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxDaylightCycle</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,68.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxTNT</NavUp>
<NavDown>CheckboxKeepInventory</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTNT</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,34.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavUp>CheckboxFireSpreads</NavUp>
<NavDown>CheckboxDaylightCycle</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxFireSpreads</Id>
<Width>402.000000</Width>
<Height>34.000000</Height>
<Position>22.000000,1.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckbox</Visual>
<NavDown>CheckboxTNT</NavDown>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>ButtonTeleportToPlayer</Id>
<Width>412.000000</Width>
<Height>40.000000</Height>
<Position>21.000000,311.000000,0.000000</Position>
<NavUp>CheckboxNaturalRegen</NavUp>
<NavDown>ButtonTeleportPlayerToMe</NavDown>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ButtonTeleportPlayerToMe</Id>
<Width>412.000000</Width>
<Height>40.000000</Height>
<Position>21.000000,360.000000,0.000000</Position>
<NavUp>ButtonTeleportToPlayer</NavUp>
</Properties>
</XuiButton>
</XuiScene>
</XuiScene>
</XuiCanvas>
@@ -1,154 +1,154 @@
<XuiCanvas version="000c">
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>InGameHostOptions</Id>
<Width>440.000000</Width>
<Height>330.000000</Height>
<Position>100.000038,75.000000,0.000000</Position>
<ClassOverride>CScene_InGameHostOptions</ClassOverride>
<Visual>GraphicPanel</Visual>
<DefaultFocus>GameOptions\CheckboxFireSpreads</DefaultFocus>
</Properties>
<XuiScene>
<Properties>
<Id>GameOptions</Id>
<Width>440.000000</Width>
<Height>330.000000</Height>
<Anchor>2</Anchor>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiCheckbox>
<Properties>
<Id>CheckboxNaturalRegen</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,206.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxTileDrops</NavUp>
<NavDown>ButtonTeleportToPlayer</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTileDrops</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,182.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobLoot</NavUp>
<NavDown>CheckboxNaturalRegen</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobLoot</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,158.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobGriefing</NavUp>
<NavDown>CheckboxTileDrops</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobGriefing</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,134.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobSpawning</NavUp>
<NavDown>CheckboxMobLoot</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobSpawning</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,110.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxKeepInventory</NavUp>
<NavDown>CheckboxMobGriefing</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxKeepInventory</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,86.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxDaylightCycle</NavUp>
<NavDown>CheckboxMobSpawning</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxDaylightCycle</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,62.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxTNT</NavUp>
<NavDown>CheckboxKeepInventory</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTNT</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,38.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxFireSpreads</NavUp>
<NavDown>CheckboxDaylightCycle</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxFireSpreads</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,14.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavDown>CheckboxTNT</NavDown>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>ButtonTeleportToPlayer</Id>
<Width>410.000000</Width>
<Height>36.000000</Height>
<Position>15.000020,232.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>CheckboxNaturalRegen</NavUp>
<NavDown>ButtonTeleportPlayerToMe</NavDown>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ButtonTeleportPlayerToMe</Id>
<Width>410.000000</Width>
<Height>36.000000</Height>
<Position>15.000020,276.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>ButtonTeleportToPlayer</NavUp>
</Properties>
</XuiButton>
</XuiScene>
</XuiScene>
<Properties>
<Width>640.000000</Width>
<Height>480.000000</Height>
</Properties>
<XuiScene>
<Properties>
<Id>InGameHostOptions</Id>
<Width>440.000000</Width>
<Height>330.000000</Height>
<Position>100.000038,75.000000,0.000000</Position>
<ClassOverride>CScene_InGameHostOptions</ClassOverride>
<Visual>GraphicPanel</Visual>
<DefaultFocus>GameOptions\CheckboxFireSpreads</DefaultFocus>
</Properties>
<XuiScene>
<Properties>
<Id>GameOptions</Id>
<Width>440.000000</Width>
<Height>330.000000</Height>
<Anchor>2</Anchor>
<Visual>XuiBlankScene</Visual>
</Properties>
<XuiCheckbox>
<Properties>
<Id>CheckboxNaturalRegen</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,206.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxTileDrops</NavUp>
<NavDown>ButtonTeleportToPlayer</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTileDrops</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,182.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobLoot</NavUp>
<NavDown>CheckboxNaturalRegen</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobLoot</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,158.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobGriefing</NavUp>
<NavDown>CheckboxTileDrops</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobGriefing</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,134.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxMobSpawning</NavUp>
<NavDown>CheckboxMobLoot</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxMobSpawning</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,110.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxKeepInventory</NavUp>
<NavDown>CheckboxMobGriefing</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxKeepInventory</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,86.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxDaylightCycle</NavUp>
<NavDown>CheckboxMobSpawning</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxDaylightCycle</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,62.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxTNT</NavUp>
<NavDown>CheckboxKeepInventory</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxTNT</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,38.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavUp>CheckboxFireSpreads</NavUp>
<NavDown>CheckboxDaylightCycle</NavDown>
</Properties>
</XuiCheckbox>
<XuiCheckbox>
<Properties>
<Id>CheckboxFireSpreads</Id>
<Width>402.000000</Width>
<Height>24.000000</Height>
<Position>15.000016,14.000000,0.000000</Position>
<Anchor>2</Anchor>
<Visual>XuiCheckboxSmall</Visual>
<NavDown>CheckboxTNT</NavDown>
</Properties>
</XuiCheckbox>
<XuiButton>
<Properties>
<Id>ButtonTeleportToPlayer</Id>
<Width>410.000000</Width>
<Height>36.000000</Height>
<Position>15.000020,232.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>CheckboxNaturalRegen</NavUp>
<NavDown>ButtonTeleportPlayerToMe</NavDown>
</Properties>
</XuiButton>
<XuiButton>
<Properties>
<Id>ButtonTeleportPlayerToMe</Id>
<Width>410.000000</Width>
<Height>36.000000</Height>
<Position>15.000020,276.000000,0.000000</Position>
<Visual>XuiMainMenuButton_L_Thin</Visual>
<NavUp>ButtonTeleportToPlayer</NavUp>
</Properties>
</XuiButton>
</XuiScene>
</XuiScene>
</XuiCanvas>

Some files were not shown because too many files have changed in this diff Show More