diff --git a/Assets/Scripts/Cgs/CardGameManager.cs b/Assets/Scripts/Cgs/CardGameManager.cs index e09657066..c1a2cf817 100644 --- a/Assets/Scripts/Cgs/CardGameManager.cs +++ b/Assets/Scripts/Cgs/CardGameManager.cs @@ -207,7 +207,6 @@ internal void LookupCardGames() #else CreateDefaultCardGames(); #endif - foreach (var gameDirectory in Directory.GetDirectories(UnityCardGame.GamesDirectoryPath)) { var gameDirectoryName = gameDirectory[(UnityCardGame.GamesDirectoryPath.Length + 1)..]; @@ -228,6 +227,7 @@ internal void LookupCardGames() { var newCardGame = new UnityCardGame(this, gameDirectoryName); newCardGame.ReadProperties(); + Debug.LogWarning(newCardGame.ToString()); if (!string.IsNullOrEmpty(newCardGame.Error)) Debug.LogError(LoadErrorMessage + newCardGame.Error); else @@ -405,7 +405,7 @@ private IEnumerator Start() yield return null; bool isMissingGame = - Current == null || Current == UnityCardGame.UnityInvalid || !string.IsNullOrEmpty(Current.Error); + Current == null || Current == UnityCardGame.UnityInvalid || !string.IsNullOrEmpty(Current.Error) || !Curent.HasLoaded; if (isMissingGame) yield return StartGetDefaultCardGames(); } @@ -606,11 +606,6 @@ internal void ResetGameScene() return; } -#if UNITY_WEBGL - foreach (var game in AllCardGames.Values) - game.ReadProperties(); -#endif - // Now is the safest time to set this game as the preferred default game for the player PlayerPrefs.SetString(PlayerPrefsDefaultGame, Current.Id); diff --git a/Assets/Scripts/Cgs/Menu/MainMenu.cs b/Assets/Scripts/Cgs/Menu/MainMenu.cs index 9137e74a0..4cc077119 100644 --- a/Assets/Scripts/Cgs/Menu/MainMenu.cs +++ b/Assets/Scripts/Cgs/Menu/MainMenu.cs @@ -59,6 +59,7 @@ private static bool HasSeenWelcome public Image nextCardImage; public List selectableButtons; + public Button joinButton; public GameObject quitButton; private GamesManagementMenu GamesManagement => @@ -115,6 +116,9 @@ private void Start() ResizeFooter(); versionText.text = TitleScreen.VersionMessage; +#if UNITY_WEBGL + joinButton.interactable = false; +#endif #if UNITY_STANDALONE || UNITY_WSA quitButton.SetActive(true); #else @@ -250,10 +254,12 @@ public void StartGame() [UsedImplicitly] public void JoinGame() { +#if !UNITY_WEBGL if (Time.timeSinceLevelLoad < StartBufferTime) return; CardGameManager.Instance.IsSearchingForServer = true; SceneManager.LoadScene(PlayModeSceneIndex); +#endif } [UsedImplicitly] diff --git a/docs/index.md b/docs/index.md index 21cd63149..4a1a90a9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ playYoutubeId: PriDuaM6MEk - iOS via [the App Store](https://apps.apple.com/us/app/card-game-simulator/id1392877362?ls=1) - Android via [Google Play](https://play.google.com/store/apps/details?id=com.finoldigital.cardgamesim) - Linux via [Steam](https://store.steampowered.com/app/1742850/Card_Game_Simulator/) +- Web via [cgs.gg](https://cgs.gg) ## How to Play diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllCards.json b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllCards.json deleted file mode 100644 index ef3f4844d..000000000 --- a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllCards.json +++ /dev/null @@ -1,442 +0,0 @@ -[ - { - "set": "IVORY", - "name": "0-0", - "id": "0-0", - "type": "0x2", - "suit": "0x1", - "rank": "0" - }, - { - "set": "IVORY", - "name": "0-1", - "id": "0-1", - "type": "0x1", - "suit": "0x3", - "rank": "1" - }, - { - "set": "IVORY", - "name": "0-2", - "id": "0-2", - "type": "0x1", - "suit": "0x5", - "rank": "2" - }, - { - "set": "IVORY", - "name": "0-3", - "id": "0-3", - "type": "0x1", - "suit": "0x9", - "rank": "3" - }, - { - "set": "IVORY", - "name": "0-4", - "id": "0-4", - "type": "0x1", - "suit": "0x11", - "rank": "4" - }, - { - "set": "IVORY", - "name": "0-5", - "id": "0-5", - "type": "0x1", - "suit": "0x21", - "rank": "5" - }, - { - "set": "IVORY", - "name": "0-6", - "id": "0-6", - "type": "0x1", - "suit": "0x41", - "rank": "6" - }, - { - "set": "IVORY", - "name": "0-7", - "id": "0-7", - "type": "0x1", - "suit": "0x81", - "rank": "7" - }, - { - "set": "IVORY", - "name": "0-8", - "id": "0-8", - "type": "0x1", - "suit": "0x101", - "rank": "8" - }, - { - "set": "IVORY", - "name": "0-9", - "id": "0-9", - "type": "0x1", - "suit": "0x201", - "rank": "9" - }, - { - "set": "IVORY", - "name": "1-1", - "id": "1-1", - "type": "0x2", - "suit": "0x2", - "rank": "2" - }, - { - "set": "IVORY", - "name": "1-2", - "id": "1-2", - "type": "0x1", - "suit": "0x6", - "rank": "3" - }, - { - "set": "IVORY", - "name": "1-3", - "id": "1-3", - "type": "0x1", - "suit": "0x10", - "rank": "4" - }, - { - "set": "IVORY", - "name": "1-4", - "id": "1-4", - "type": "0x1", - "suit": "0x12", - "rank": "5" - }, - { - "set": "IVORY", - "name": "1-5", - "id": "1-5", - "type": "0x1", - "suit": "0x22", - "rank": "6" - }, - { - "set": "IVORY", - "name": "1-6", - "id": "1-6", - "type": "0x1", - "suit": "0x42", - "rank": "7" - }, - { - "set": "IVORY", - "name": "1-7", - "id": "1-7", - "type": "0x1", - "suit": "0x82", - "rank": "8" - }, - { - "set": "IVORY", - "name": "1-8", - "id": "1-8", - "type": "0x1", - "suit": "0x102", - "rank": "9" - }, - { - "set": "IVORY", - "name": "1-9", - "id": "1-9", - "type": "0x1", - "suit": "0x202", - "rank": "10" - }, - { - "set": "IVORY", - "name": "2-2", - "id": "2-2", - "type": "0x2", - "suit": "0x4", - "rank": "4" - }, - { - "set": "IVORY", - "name": "2-3", - "id": "2-3", - "type": "0x1", - "suit": "0xC", - "rank": "5" - }, - { - "set": "IVORY", - "name": "2-4", - "id": "2-4", - "type": "0x1", - "suit": "0x14", - "rank": "6" - }, - { - "set": "IVORY", - "name": "2-5", - "id": "2-5", - "type": "0x1", - "suit": "0x24", - "rank": "7" - }, - { - "set": "IVORY", - "name": "2-6", - "id": "2-6", - "type": "0x1", - "suit": "0x44", - "rank": "8" - }, - { - "set": "IVORY", - "name": "2-7", - "id": "2-7", - "type": "0x1", - "suit": "0x84", - "rank": "9" - }, - { - "set": "IVORY", - "name": "2-8", - "id": "2-8", - "type": "0x1", - "suit": "0x104", - "rank": "10" - }, - { - "set": "IVORY", - "name": "2-9", - "id": "2-9", - "type": "0x1", - "suit": "0x204", - "rank": "11" - }, - { - "set": "IVORY", - "name": "3-3", - "id": "3-3", - "type": "0x2", - "suit": "0x8", - "rank": "6" - }, - { - "set": "IVORY", - "name": "3-4", - "id": "3-4", - "type": "0x1", - "suit": "0x18", - "rank": "7" - }, - { - "set": "IVORY", - "name": "3-5", - "id": "3-5", - "type": "0x1", - "suit": "0x28", - "rank": "8" - }, - { - "set": "IVORY", - "name": "3-6", - "id": "3-6", - "type": "0x1", - "suit": "0x48", - "rank": "9" - }, - { - "set": "IVORY", - "name": "3-7", - "id": "3-7", - "type": "0x1", - "suit": "0x88", - "rank": "10" - }, - { - "set": "IVORY", - "name": "3-8", - "id": "3-8", - "type": "0x1", - "suit": "0x108", - "rank": "11" - }, - { - "set": "IVORY", - "name": "3-9", - "id": "3-9", - "type": "0x1", - "suit": "0x208", - "rank": "12" - }, - { - "set": "IVORY", - "name": "4-4", - "id": "4-4", - "type": "0x2", - "suit": "0x10", - "rank": "8" - }, - { - "set": "IVORY", - "name": "4-5", - "id": "4-5", - "type": "0x1", - "suit": "0x30", - "rank": "9" - }, - { - "set": "IVORY", - "name": "4-6", - "id": "4-6", - "type": "0x1", - "suit": "0x50", - "rank": "10" - }, - { - "set": "IVORY", - "name": "4-7", - "id": "4-7", - "type": "0x1", - "suit": "0x90", - "rank": "11" - }, - { - "set": "IVORY", - "name": "4-8", - "id": "4-8", - "type": "0x1", - "suit": "0x110", - "rank": "12" - }, - { - "set": "IVORY", - "name": "4-9", - "id": "4-9", - "type": "0x1", - "suit": "0x210", - "rank": "13" - }, - { - "set": "IVORY", - "name": "5-5", - "id": "5-5", - "type": "0x2", - "suit": "0x20", - "rank": "10" - }, - { - "set": "IVORY", - "name": "5-6", - "id": "5-6", - "type": "0x1", - "suit": "0x60", - "rank": "11" - }, - { - "set": "IVORY", - "name": "5-7", - "id": "5-7", - "type": "0x1", - "suit": "0xA0", - "rank": "12" - }, - { - "set": "IVORY", - "name": "5-8", - "id": "5-8", - "type": "0x1", - "suit": "0x120", - "rank": "13" - }, - { - "set": "IVORY", - "name": "5-9", - "id": "5-9", - "type": "0x1", - "suit": "0x220", - "rank": "14" - }, - { - "set": "IVORY", - "name": "6-6", - "id": "6-6", - "type": "0x2", - "suit": "0x40", - "rank": "12" - }, - { - "set": "IVORY", - "name": "6-7", - "id": "6-7", - "type": "0x1", - "suit": "0xC0", - "rank": "13" - }, - { - "set": "IVORY", - "name": "6-8", - "id": "6-8", - "type": "0x1", - "suit": "0x140", - "rank": "14" - }, - { - "set": "IVORY", - "name": "6-9", - "id": "6-9", - "type": "0x1", - "suit": "0x240", - "rank": "15" - }, - { - "set": "IVORY", - "name": "7-7", - "id": "7-7", - "type": "0x2", - "suit": "0x80", - "rank": "14" - }, - { - "set": "IVORY", - "name": "7-8", - "id": "7-8", - "type": "0x1", - "suit": "0x180", - "rank": "15" - }, - { - "set": "IVORY", - "name": "7-9", - "id": "7-9", - "type": "0x1", - "suit": "0x280", - "rank": "16" - }, - { - "set": "IVORY", - "name": "8-8", - "id": "8-8", - "type": "0x2", - "suit": "0x100", - "rank": "16" - }, - { - "set": "IVORY", - "name": "8-9", - "id": "8-9", - "type": "0x1", - "suit": "0x300", - "rank": "17" - }, - { - "set": "IVORY", - "name": "9-9", - "id": "9-9", - "type": "0x2", - "suit": "0x200", - "rank": "18" - } -] diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllSets.json b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllSets.json deleted file mode 100644 index 14dabdafb..000000000 --- a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/AllSets.json +++ /dev/null @@ -1 +0,0 @@ -[{ "code": "IVORY", "name": "CGS Ivory Domino Tiles" }] diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Banner.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Banner.png deleted file mode 100644 index bf2102ddc..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Banner.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/CardBack.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/CardBack.png deleted file mode 100644 index 64fc2ac6b..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/CardBack.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Dominoes.json b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Dominoes.json deleted file mode 100644 index 27feafa03..000000000 --- a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/Dominoes.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "allCardsUrl": "https://www.cardgamesimulator.com/games/Dominoes/AllCards.json", - "allSetsUrl": "https://www.cardgamesimulator.com/games/Dominoes/AllSets.json", - "autoUpdateUrl": "https://www.cardgamesimulator.com/games/Dominoes/Dominoes.json", - "bannerImageUrl": "https://www.cardgamesimulator.com/games/Dominoes/Banner.png", - "cardBackImageUrl": "https://www.cardgamesimulator.com/games/Dominoes/CardBack.png", - "cardImageUrl": "https://www.cardgamesimulator.com/games/Dominoes/sets/{cardSet}/{cardId}.{cardImageFileType}", - "cardPrimaryProperty": "suit", - "cardProperties": [ - { - "name": "type", - "display": "Type", - "type": "stringEnum" - }, - { - "name": "suit", - "display": "Suit", - "type": "stringEnum" - }, - { - "name": "rank", - "display": "Rank", - "type": "integer" - } - ], - "cardSize": { - "x": 1, - "y": 2 - }, - "cgsGamesLink": "https://cgs.games/link/dominoes", - "deckUrls": [ - { - "name": "Double Six Dominoes", - "url": "https://www.cardgamesimulator.com/games/Dominoes/decks/Double%20Six%20Dominoes.txt" - }, - { - "name": "Double Nine Dominoes", - "url": "https://www.cardgamesimulator.com/games/Dominoes/decks/Double%20Nine%20Dominoes.txt" - } - ], - "enums": [ - { - "property": "type", - "values": { - "0x1": "Single", - "0x2": "Double" - } - }, - { - "property": "suit", - "values": { - "0x1": "0", - "0x2": "1", - "0x4": "2", - "0x8": "3", - "0x10": "4", - "0x20": "5", - "0x40": "6", - "0x80": "7", - "0x100": "8", - "0x200": "9" - } - } - ], - "gameDefaultCardAction": "rotate", - "gamePlayDeckName": "Stock", - "gameStartHandCount": 7, - "name": "Dominoes", - "rulesUrl": "http://www.dominorules.com/introduction" -} diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Nine Dominoes.txt b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Nine Dominoes.txt deleted file mode 100644 index 3a234e96f..000000000 --- a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Nine Dominoes.txt +++ /dev/null @@ -1,56 +0,0 @@ -### Dominoes Deck: Double Nine Dominoes -1 0-0 -1 0-1 -1 0-2 -1 0-3 -1 0-4 -1 0-5 -1 0-6 -1 0-7 -1 0-8 -1 0-9 -1 1-1 -1 1-2 -1 1-3 -1 1-4 -1 1-5 -1 1-6 -1 1-7 -1 1-8 -1 1-9 -1 2-2 -1 2-3 -1 2-4 -1 2-5 -1 2-6 -1 2-7 -1 2-8 -1 2-9 -1 3-3 -1 3-4 -1 3-5 -1 3-6 -1 3-7 -1 3-8 -1 3-9 -1 4-4 -1 4-5 -1 4-6 -1 4-7 -1 4-8 -1 4-9 -1 5-5 -1 5-6 -1 5-7 -1 5-8 -1 5-9 -1 6-6 -1 6-7 -1 6-8 -1 6-9 -1 7-7 -1 7-8 -1 7-9 -1 8-8 -1 8-9 -1 9-9 diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Six Dominoes.txt b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Six Dominoes.txt deleted file mode 100644 index d0ef2756c..000000000 --- a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/decks/Double Six Dominoes.txt +++ /dev/null @@ -1,29 +0,0 @@ -### Dominoes Deck: Double Six Dominoes -1 0-0 -1 0-1 -1 0-2 -1 0-3 -1 0-4 -1 0-5 -1 0-6 -1 1-1 -1 1-2 -1 1-3 -1 1-4 -1 1-5 -1 1-6 -1 2-2 -1 2-3 -1 2-4 -1 2-5 -1 2-6 -1 3-3 -1 3-4 -1 3-5 -1 3-6 -1 4-4 -1 4-5 -1 4-6 -1 5-5 -1 5-6 -1 6-6 diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-0.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-0.png deleted file mode 100644 index fa5527f0d..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-0.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-1.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-1.png deleted file mode 100644 index b200b7deb..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-1.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-2.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-2.png deleted file mode 100644 index bd086c79c..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-3.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-3.png deleted file mode 100644 index 9c5cc7b2c..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-4.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-4.png deleted file mode 100644 index 0b52bf183..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-5.png deleted file mode 100644 index ac57249dc..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-6.png deleted file mode 100644 index 97c950d42..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-7.png deleted file mode 100644 index 02925a23e..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-8.png deleted file mode 100644 index 4e28a8a94..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-9.png deleted file mode 100644 index 8d223645b..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/0-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-1.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-1.png deleted file mode 100644 index 5a139dd65..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-1.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-2.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-2.png deleted file mode 100644 index 142b6b270..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-3.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-3.png deleted file mode 100644 index 4f93b43a7..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-4.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-4.png deleted file mode 100644 index e4580e13d..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-5.png deleted file mode 100644 index 4028a56d6..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-6.png deleted file mode 100644 index fbc970277..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-7.png deleted file mode 100644 index 45c1d931d..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-8.png deleted file mode 100644 index d03163359..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-9.png deleted file mode 100644 index 501b46dea..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/1-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-2.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-2.png deleted file mode 100644 index b3ba92019..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-3.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-3.png deleted file mode 100644 index 3bf7685a7..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-4.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-4.png deleted file mode 100644 index 0394ced4e..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-5.png deleted file mode 100644 index d98dda113..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-6.png deleted file mode 100644 index 3286a66d2..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-7.png deleted file mode 100644 index 20135142a..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-8.png deleted file mode 100644 index 8ff391366..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-9.png deleted file mode 100644 index 632702b41..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/2-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-3.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-3.png deleted file mode 100644 index 2b7df21e2..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-4.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-4.png deleted file mode 100644 index d45bb4ed6..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-5.png deleted file mode 100644 index b56850eea..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-6.png deleted file mode 100644 index 87a17e59b..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-7.png deleted file mode 100644 index f4c702c19..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-8.png deleted file mode 100644 index 663e442a7..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-9.png deleted file mode 100644 index 2ee1ddf46..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/3-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-4.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-4.png deleted file mode 100644 index 25594ec43..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-5.png deleted file mode 100644 index b6ea0e4b7..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-6.png deleted file mode 100644 index 5d54e82c9..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-7.png deleted file mode 100644 index 08fad1bbe..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-8.png deleted file mode 100644 index 5763e8d18..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-9.png deleted file mode 100644 index 04dfcff49..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/4-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-5.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-5.png deleted file mode 100644 index 955c1bad8..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-6.png deleted file mode 100644 index f8362b16c..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-7.png deleted file mode 100644 index 6dbaf0788..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-8.png deleted file mode 100644 index 42db732b1..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-9.png deleted file mode 100644 index 928545f08..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/5-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-6.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-6.png deleted file mode 100644 index df2a91bca..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-7.png deleted file mode 100644 index 7472e603e..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-8.png deleted file mode 100644 index ecd10fc75..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-9.png deleted file mode 100644 index db0f8000f..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/6-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-7.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-7.png deleted file mode 100644 index 09646cfc3..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-8.png deleted file mode 100644 index b8d209605..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-9.png deleted file mode 100644 index e44da7b03..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/7-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-8.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-8.png deleted file mode 100644 index 557f04782..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-9.png deleted file mode 100644 index 4bcd86f6b..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/8-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/9-9.png b/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/9-9.png deleted file mode 100644 index ee36ad54d..000000000 Binary files a/firebase/public/StreamingAssets/Dominoes@www.cardgamesimulator.com/sets/IVORY/9-9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllCards.json b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllCards.json deleted file mode 100644 index 104b86962..000000000 --- a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllCards.json +++ /dev/null @@ -1,338 +0,0 @@ -[ - { - "set": "Mahjong", - "name": "1 Circle", - "id": "circle1", - "type": "simple", - "suit": "circle", - "rank": "1" - }, - { - "set": "Mahjong", - "name": "2 Circle", - "id": "circle2", - "type": "simple", - "suit": "circle", - "rank": "2" - }, - { - "set": "Mahjong", - "name": "3 Circle", - "id": "circle3", - "type": "simple", - "suit": "circle", - "rank": "3" - }, - { - "set": "Mahjong", - "name": "4 Circle", - "id": "circle4", - "type": "simple", - "suit": "circle", - "rank": "4" - }, - { - "set": "Mahjong", - "name": "5 Circle", - "id": "circle5", - "type": "simple", - "suit": "circle", - "rank": "5" - }, - { - "set": "Mahjong", - "name": "6 Circle", - "id": "circle6", - "type": "simple", - "suit": "circle", - "rank": "6" - }, - { - "set": "Mahjong", - "name": "7 Circle", - "id": "circle7", - "type": "simple", - "suit": "circle", - "rank": "7" - }, - { - "set": "Mahjong", - "name": "8 Circle", - "id": "circle8", - "type": "simple", - "suit": "circle", - "rank": "8" - }, - { - "set": "Mahjong", - "name": "9 Circle", - "id": "circle9", - "type": "simple", - "suit": "circle", - "rank": "9" - }, - { - "set": "Mahjong", - "name": "1 Bamboo", - "id": "bamboo1", - "type": "simple", - "suit": "bamboo", - "rank": "1" - }, - { - "set": "Mahjong", - "name": "2 Bamboo", - "id": "bamboo2", - "type": "simple", - "suit": "bamboo", - "rank": "2" - }, - { - "set": "Mahjong", - "name": "3 Bamboo", - "id": "bamboo3", - "type": "simple", - "suit": "bamboo", - "rank": "3" - }, - { - "set": "Mahjong", - "name": "4 Bamboo", - "id": "bamboo4", - "type": "simple", - "suit": "bamboo", - "rank": "4" - }, - { - "set": "Mahjong", - "name": "5 Bamboo", - "id": "bamboo5", - "type": "simple", - "suit": "bamboo", - "rank": "5" - }, - { - "set": "Mahjong", - "name": "6 Bamboo", - "id": "bamboo6", - "type": "simple", - "suit": "bamboo", - "rank": "6" - }, - { - "set": "Mahjong", - "name": "7 Bamboo", - "id": "bamboo7", - "type": "simple", - "suit": "bamboo", - "rank": "7" - }, - { - "set": "Mahjong", - "name": "8 Bamboo", - "id": "bamboo8", - "type": "simple", - "suit": "bamboo", - "rank": "8" - }, - { - "set": "Mahjong", - "name": "9 Bamboo", - "id": "bamboo9", - "type": "simple", - "suit": "bamboo", - "rank": "9" - }, - { - "set": "Mahjong", - "name": "1 Character", - "id": "character1", - "type": "simple", - "suit": "character", - "rank": "1" - }, - { - "set": "Mahjong", - "name": "2 Character", - "id": "character2", - "type": "simple", - "suit": "character", - "rank": "2" - }, - { - "set": "Mahjong", - "name": "3 Character", - "id": "character3", - "type": "simple", - "suit": "character", - "rank": "3" - }, - { - "set": "Mahjong", - "name": "4 Character", - "id": "character4", - "type": "simple", - "suit": "character", - "rank": "4" - }, - { - "set": "Mahjong", - "name": "5 Character", - "id": "character5", - "type": "simple", - "suit": "character", - "rank": "5" - }, - { - "set": "Mahjong", - "name": "6 Character", - "id": "character6", - "type": "simple", - "suit": "character", - "rank": "6" - }, - { - "set": "Mahjong", - "name": "7 Character", - "id": "character7", - "type": "simple", - "suit": "character", - "rank": "7" - }, - { - "set": "Mahjong", - "name": "8 Character", - "id": "character8", - "type": "simple", - "suit": "character", - "rank": "8" - }, - { - "set": "Mahjong", - "name": "9 Character", - "id": "character9", - "type": "simple", - "suit": "character", - "rank": "9" - }, - { - "set": "Mahjong", - "name": "East Wind", - "id": "eastwind", - "type": "honor", - "suit": "wind", - "rank": "east" - }, - { - "set": "Mahjong", - "name": "South Wind", - "id": "southwind", - "type": "honor", - "suit": "wind", - "rank": "south" - }, - { - "set": "Mahjong", - "name": "West Wind", - "id": "westwind", - "type": "honor", - "suit": "wind", - "rank": "west" - }, - { - "set": "Mahjong", - "name": "North Wind", - "id": "northwind", - "type": "honor", - "suit": "wind", - "rank": "north" - }, - { - "set": "Mahjong", - "name": "Red Dragon", - "id": "reddragon", - "type": "honor", - "suit": "dragon", - "rank": "red" - }, - { - "set": "Mahjong", - "name": "Green Dragon", - "id": "greendragon", - "type": "honor", - "suit": "dragon", - "rank": "green" - }, - { - "set": "Mahjong", - "name": "White Dragon", - "id": "whitedragon", - "type": "honor", - "suit": "dragon", - "rank": "white" - }, - { - "set": "Mahjong", - "name": "Plum", - "id": "plum", - "type": "bonus", - "suit": "flower", - "rank": "plum" - }, - { - "set": "Mahjong", - "name": "Orchid", - "id": "orchid", - "type": "bonus", - "suit": "flower", - "rank": "orchid" - }, - { - "set": "Mahjong", - "name": "Chrysanthemum", - "id": "chrysanthemum", - "type": "bonus", - "suit": "flower", - "rank": "chrysanthemum" - }, - { - "set": "Mahjong", - "name": "Bamboo", - "id": "bamboo", - "type": "bonus", - "suit": "flower", - "rank": "bamboo" - }, - { - "set": "Mahjong", - "name": "Spring", - "id": "spring", - "type": "bonus", - "suit": "season", - "rank": "spring" - }, - { - "set": "Mahjong", - "name": "Summer", - "id": "summer", - "type": "bonus", - "suit": "season", - "rank": "summer" - }, - { - "set": "Mahjong", - "name": "Autumn", - "id": "autumn", - "type": "bonus", - "suit": "season", - "rank": "autumn" - }, - { - "set": "Mahjong", - "name": "Winter", - "id": "winter", - "type": "bonus", - "suit": "season", - "rank": "winter" - } -] diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllSets.json b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllSets.json deleted file mode 100644 index acfb3156f..000000000 --- a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/AllSets.json +++ /dev/null @@ -1 +0,0 @@ -[{ "code": "Mahjong", "name": "CGS Traditional Mahjong Tiles" }] diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Banner.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Banner.png deleted file mode 100644 index b4f8d5724..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Banner.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/CardBack.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/CardBack.png deleted file mode 100644 index ef9f3f828..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/CardBack.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Mahjong.json b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Mahjong.json deleted file mode 100644 index e15d21c39..000000000 --- a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/Mahjong.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "allCardsUrl": "https://www.cardgamesimulator.com/games/Mahjong/AllCards.json", - "allSetsUrl": "https://www.cardgamesimulator.com/games/Mahjong/AllSets.json", - "autoUpdateUrl": "https://www.cardgamesimulator.com/games/Mahjong/Mahjong.json", - "bannerImageUrl": "https://www.cardgamesimulator.com/games/Mahjong/Banner.png", - "cardBackImageUrl": "https://www.cardgamesimulator.com/games/Mahjong/CardBack.png", - "cardImageUrl": "https://www.cardgamesimulator.com/games/Mahjong/sets/{cardSet}/{cardId}.{cardImageFileType}", - "cardPrimaryProperty": "type", - "cardProperties": [ - { - "name": "type", - "display": "Type", - "type": "stringEnum" - }, - { - "name": "suit", - "display": "Suit", - "type": "stringEnum" - }, - { - "name": "rank", - "display": "Rank", - "type": "string" - } - ], - "cgsGamesLink": "https://cgs.games/link/mahjong", - "deckUrls": [ - { - "name": "Traditional Mahjong Deck", - "url": "https://www.cardgamesimulator.com/games/Mahjong/decks/Traditional%20Mahjong%20Deck.txt" - } - ], - "enums": [ - { - "property": "type", - "values": { - "simple": "Simple", - "honor": "Honor", - "bonus": "Bonus" - } - }, - { - "property": "suit", - "values": { - "circle": "Circle", - "bamboo": "Bamboo", - "character": "Character", - "wind": "Wind", - "dragon": "Dragon", - "flower": "Flower", - "season": "Season" - } - } - ], - "gamePlayDeckName": "Square Wall", - "gameStartHandCount": 13, - "name": "Mahjong", - "rulesUrl": "http://mahjong.wikidot.com/basic-rules" -} diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/decks/Traditional Mahjong Deck.txt b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/decks/Traditional Mahjong Deck.txt deleted file mode 100644 index 2ca10a330..000000000 --- a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/decks/Traditional Mahjong Deck.txt +++ /dev/null @@ -1,43 +0,0 @@ -### Mahjong Deck: Traditional Mahjong Deck -4 1 Circle -4 2 Circle -4 3 Circle -4 4 Circle -4 5 Circle -4 6 Circle -4 7 Circle -4 8 Circle -4 9 Circle -4 1 Bamboo -4 2 Bamboo -4 3 Bamboo -4 4 Bamboo -4 5 Bamboo -4 6 Bamboo -4 7 Bamboo -4 8 Bamboo -4 9 Bamboo -4 1 Character -4 2 Character -4 3 Character -4 4 Character -4 5 Character -4 6 Character -4 7 Character -4 8 Character -4 9 Character -4 East Wind -4 South Wind -4 West Wind -4 North Wind -4 Red Dragon -4 Green Dragon -4 White Dragon -1 Plum -1 Orchid -1 Chrysanthemum -1 Bamboo -1 Spring -1 Summer -1 Autumn -1 Winter \ No newline at end of file diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/autumn.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/autumn.png deleted file mode 100644 index c9aa35008..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/autumn.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo.png deleted file mode 100644 index 75b13345b..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo1.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo1.png deleted file mode 100644 index c91b9bbe9..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo1.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo2.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo2.png deleted file mode 100644 index 945d2b46a..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo3.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo3.png deleted file mode 100644 index 830abaa0f..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo4.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo4.png deleted file mode 100644 index 4f43844d8..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo5.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo5.png deleted file mode 100644 index dfb46b0d3..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo6.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo6.png deleted file mode 100644 index bcafb16c5..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo7.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo7.png deleted file mode 100644 index d37f73565..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo8.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo8.png deleted file mode 100644 index 1d285efad..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo9.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo9.png deleted file mode 100644 index 04a4bc876..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/bamboo9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character1.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character1.png deleted file mode 100644 index d265aa44e..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character1.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character2.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character2.png deleted file mode 100644 index c04cd4a0e..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character3.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character3.png deleted file mode 100644 index 463a247bc..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character4.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character4.png deleted file mode 100644 index 6c9cf65e7..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character5.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character5.png deleted file mode 100644 index 50f9e50aa..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character6.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character6.png deleted file mode 100644 index ccfb13e4b..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character7.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character7.png deleted file mode 100644 index 4cd0925df..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character8.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character8.png deleted file mode 100644 index 36cf12d9f..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character9.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character9.png deleted file mode 100644 index ca31b57ec..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/character9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/chrysanthemum.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/chrysanthemum.png deleted file mode 100644 index 5048e87f3..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/chrysanthemum.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle1.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle1.png deleted file mode 100644 index d9d554bb0..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle1.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle2.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle2.png deleted file mode 100644 index 04f2f1131..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle2.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle3.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle3.png deleted file mode 100644 index f26691c71..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle3.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle4.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle4.png deleted file mode 100644 index 5f7499e0d..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle4.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle5.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle5.png deleted file mode 100644 index b5f5b3906..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle5.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle6.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle6.png deleted file mode 100644 index dd1d5953b..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle6.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle7.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle7.png deleted file mode 100644 index 9c1f3e54d..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle7.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle8.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle8.png deleted file mode 100644 index b1dafc28c..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle8.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle9.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle9.png deleted file mode 100644 index a6871cb70..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/circle9.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/eastwind.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/eastwind.png deleted file mode 100644 index b039ab0fd..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/eastwind.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/greendragon.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/greendragon.png deleted file mode 100644 index 46e146a6d..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/greendragon.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/license.txt b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/license.txt deleted file mode 100644 index b70c797a4..000000000 --- a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/license.txt +++ /dev/null @@ -1 +0,0 @@ -Mahjong tileset designed by Code Inferno www.codeinferno.com. The files included in this archive are licensed under Creative Commons Attribution 3.0 Unported (CC BY 3.0). \ No newline at end of file diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/northwind.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/northwind.png deleted file mode 100644 index ff167c153..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/northwind.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/orchid.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/orchid.png deleted file mode 100644 index 2b14dfc12..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/orchid.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/plum.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/plum.png deleted file mode 100644 index ab723a797..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/plum.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/reddragon.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/reddragon.png deleted file mode 100644 index 556d24d06..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/reddragon.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/southwind.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/southwind.png deleted file mode 100644 index b875ea3e6..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/southwind.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/spring.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/spring.png deleted file mode 100644 index 41829cc14..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/spring.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/summer.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/summer.png deleted file mode 100644 index 571241b9b..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/summer.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/westwind.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/westwind.png deleted file mode 100644 index 9b10071cc..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/westwind.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/whitedragon.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/whitedragon.png deleted file mode 100644 index 027beef0d..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/whitedragon.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/winter.png b/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/winter.png deleted file mode 100644 index f3065a87c..000000000 Binary files a/firebase/public/StreamingAssets/Mahjong@www.cardgamesimulator.com/sets/Mahjong/winter.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllCards.json b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllCards.json deleted file mode 100644 index 0142132c0..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllCards.json +++ /dev/null @@ -1,425 +0,0 @@ -[ - { - "set": "STD_FR", - "name": "Ace of Clubs", - "id": "ace_of_clubs", - "rank": "1", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Ace of Diamonds", - "id": "ace_of_diamonds", - "rank": "1", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Ace of Hearts", - "id": "ace_of_hearts", - "rank": "1", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Ace of Spades", - "id": "ace_of_spades", - "rank": "1", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "2 of Clubs", - "id": "2_of_clubs", - "rank": "2", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "2 of Diamonds", - "id": "2_of_diamonds", - "rank": "2", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "2 of Hearts", - "id": "2_of_hearts", - "rank": "2", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "2 of Spades", - "id": "2_of_spades", - "rank": "2", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "3 of Clubs", - "id": "3_of_clubs", - "rank": "3", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "3 of Diamonds", - "id": "3_of_diamonds", - "rank": "3", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "3 of Hearts", - "id": "3_of_hearts", - "rank": "3", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "3 of Spades", - "id": "3_of_spades", - "rank": "3", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "4 of Clubs", - "id": "4_of_clubs", - "rank": "4", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "4 of Diamonds", - "id": "4_of_diamonds", - "rank": "4", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "4 of Hearts", - "id": "4_of_hearts", - "rank": "4", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "4 of Spades", - "id": "4_of_spades", - "rank": "4", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "5 of Clubs", - "id": "5_of_clubs", - "rank": "5", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "5 of Diamonds", - "id": "5_of_diamonds", - "rank": "5", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "5 of Hearts", - "id": "5_of_hearts", - "rank": "5", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "5 of Spades", - "id": "5_of_spades", - "rank": "5", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "6 of Clubs", - "id": "6_of_clubs", - "rank": "6", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "6 of Diamonds", - "id": "6_of_diamonds", - "rank": "6", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "6 of Hearts", - "id": "6_of_hearts", - "rank": "6", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "6 of Spades", - "id": "6_of_spades", - "rank": "6", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "7 of Clubs", - "id": "7_of_clubs", - "rank": "7", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "7 of Diamonds", - "id": "7_of_diamonds", - "rank": "7", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "7 of Hearts", - "id": "7_of_hearts", - "rank": "7", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "7 of Spades", - "id": "7_of_spades", - "rank": "7", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "8 of Clubs", - "id": "8_of_clubs", - "rank": "8", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "8 of Diamonds", - "id": "8_of_diamonds", - "rank": "8", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "8 of Hearts", - "id": "8_of_hearts", - "rank": "8", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "8 of Spades", - "id": "8_of_spades", - "rank": "8", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "9 of Clubs", - "id": "9_of_clubs", - "rank": "9", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "9 of Diamonds", - "id": "9_of_diamonds", - "rank": "9", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "9 of Hearts", - "id": "9_of_hearts", - "rank": "9", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "9 of Spades", - "id": "9_of_spades", - "rank": "9", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "10 of Clubs", - "id": "10_of_clubs", - "rank": "10", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "10 of Diamonds", - "id": "10_of_diamonds", - "rank": "10", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "10 of Hearts", - "id": "10_of_hearts", - "rank": "10", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "10 of Spades", - "id": "10_of_spades", - "rank": "10", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Jack of Clubs", - "id": "jack_of_clubs", - "rank": "11", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Jack of Diamonds", - "id": "jack_of_diamonds", - "rank": "11", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Jack of Hearts", - "id": "jack_of_hearts", - "rank": "11", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Jack of Spades", - "id": "jack_of_spades", - "rank": "11", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Queen of Clubs", - "id": "queen_of_clubs", - "rank": "12", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Queen of Diamonds", - "id": "queen_of_diamonds", - "rank": "12", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Queen of Hearts", - "id": "queen_of_hearts", - "rank": "12", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "Queen of Spades", - "id": "queen_of_spades", - "rank": "12", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "King of Clubs", - "id": "king_of_clubs", - "rank": "13", - "suit": "clubs", - "color": "black" - }, - { - "set": "STD_FR", - "name": "King of Diamonds", - "id": "king_of_diamonds", - "rank": "13", - "suit": "diamonds", - "color": "red" - }, - { - "set": "STD_FR", - "name": "King of Hearts", - "id": "king_of_hearts", - "rank": "13", - "suit": "hearts", - "color": "red" - }, - { - "set": "STD_FR", - "name": "King of Spades", - "id": "king_of_spades", - "rank": "13", - "suit": "spades", - "color": "black" - }, - { - "set": "STD_FR", - "name": "Black Joker", - "id": "black_joker", - "color": "Black" - }, - { "set": "STD_FR", "name": "Red Joker", "id": "red_joker", "color": "Red" } -] diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllSets.json b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllSets.json deleted file mode 100644 index 6a3315db0..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/AllSets.json +++ /dev/null @@ -1 +0,0 @@ -[{ "code": "STD_FR", "name": "CGS Standard French-Suited Playing Cards" }] diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Banner.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Banner.png deleted file mode 100644 index e17a04a6a..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Banner.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/CardBack.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/CardBack.png deleted file mode 100644 index d06529f34..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/CardBack.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Standard Playing Cards.json b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Standard Playing Cards.json deleted file mode 100644 index b75de2fbd..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/Standard Playing Cards.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "allCardsUrl": "https://www.cardgamesimulator.com/games/Standard/AllCards.json", - "allSetsUrl": "https://www.cardgamesimulator.com/games/Standard/AllSets.json", - "autoUpdateUrl": "https://www.cardgamesimulator.com/games/Standard/Standard.json", - "bannerImageUrl": "https://www.cardgamesimulator.com/games/Standard/Banner.png", - "cardBackImageUrl": "https://www.cardgamesimulator.com/games/Standard/CardBack.png", - "cardImageUrl": "https://www.cardgamesimulator.com/games/Standard/sets/{cardSet}/{cardId}.{cardImageFileType}", - "cardProperties": [ - { - "name": "rank", - "display": "Rank", - "type": "stringEnum" - }, - { - "name": "suit", - "display": "Suit", - "type": "stringEnum" - }, - { - "name": "color", - "display": "Color", - "type": "stringEnum" - } - ], - "cgsGamesLink": "https://cgs.games/link/standard", - "deckUrls": [ - { - "name": "Standard 52-card Deck", - "url": "https://www.cardgamesimulator.com/games/Standard/decks/Standard%2052-card%20Deck.txt" - }, - { - "name": "Standard Deck with Jokers", - "url": "https://www.cardgamesimulator.com/games/Standard/decks/Standard%20Deck%20with%20Jokers.txt" - } - ], - "enums": [ - { - "property": "rank", - "values": { - "1": "Ace", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "Jack", - "12": "Queen", - "13": "King", - "0": "Joker" - } - }, - { - "property": "suit", - "values": { - "clubs": "Clubs", - "diamonds": "Diamonds", - "hearts": "Hearts", - "spades": "Spades" - } - }, - { - "property": "color", - "values": { - "black": "Black", - "red": "Red" - } - } - ], - "gamePlayDeckName": "Deck", - "gameStartHandCount": 2, - "name": "Standard Playing Cards", - "rulesUrl": "https://www.bicyclecards.com/rules/" -} diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard 52-card Deck.txt b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard 52-card Deck.txt deleted file mode 100644 index dc7c4c7f2..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard 52-card Deck.txt +++ /dev/null @@ -1,53 +0,0 @@ -### Standard Playing Cards Deck: Standard 52-card Deck -1 Ace of Clubs -1 Ace of Diamonds -1 Ace of Hearts -1 Ace of Spades -1 2 of Clubs -1 2 of Diamonds -1 2 of Hearts -1 2 of Spades -1 3 of Clubs -1 3 of Diamonds -1 3 of Hearts -1 3 of Spades -1 4 of Clubs -1 4 of Diamonds -1 4 of Hearts -1 4 of Spades -1 5 of Clubs -1 5 of Diamonds -1 5 of Hearts -1 5 of Spades -1 6 of Clubs -1 6 of Diamonds -1 6 of Hearts -1 6 of Spades -1 7 of Clubs -1 7 of Diamonds -1 7 of Hearts -1 7 of Spades -1 8 of Clubs -1 8 of Diamonds -1 8 of Hearts -1 8 of Spades -1 9 of Clubs -1 9 of Diamonds -1 9 of Hearts -1 9 of Spades -1 10 of Clubs -1 10 of Diamonds -1 10 of Hearts -1 10 of Spades -1 Jack of Clubs -1 Jack of Diamonds -1 Jack of Hearts -1 Jack of Spades -1 Queen of Clubs -1 Queen of Diamonds -1 Queen of Hearts -1 Queen of Spades -1 King of Clubs -1 King of Diamonds -1 King of Hearts -1 King of Spades \ No newline at end of file diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard Deck with Jokers.txt b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard Deck with Jokers.txt deleted file mode 100644 index a453ece6a..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/decks/Standard Deck with Jokers.txt +++ /dev/null @@ -1,55 +0,0 @@ -### Standard Playing Cards Deck: Standard Deck with Jokers -1 Ace of Clubs -1 Ace of Diamonds -1 Ace of Hearts -1 Ace of Spades -1 2 of Clubs -1 2 of Diamonds -1 2 of Hearts -1 2 of Spades -1 3 of Clubs -1 3 of Diamonds -1 3 of Hearts -1 3 of Spades -1 4 of Clubs -1 4 of Diamonds -1 4 of Hearts -1 4 of Spades -1 5 of Clubs -1 5 of Diamonds -1 5 of Hearts -1 5 of Spades -1 6 of Clubs -1 6 of Diamonds -1 6 of Hearts -1 6 of Spades -1 7 of Clubs -1 7 of Diamonds -1 7 of Hearts -1 7 of Spades -1 8 of Clubs -1 8 of Diamonds -1 8 of Hearts -1 8 of Spades -1 9 of Clubs -1 9 of Diamonds -1 9 of Hearts -1 9 of Spades -1 10 of Clubs -1 10 of Diamonds -1 10 of Hearts -1 10 of Spades -1 Jack of Clubs -1 Jack of Diamonds -1 Jack of Hearts -1 Jack of Spades -1 Queen of Clubs -1 Queen of Diamonds -1 Queen of Hearts -1 Queen of Spades -1 King of Clubs -1 King of Diamonds -1 King of Hearts -1 King of Spades -2 Black Joker -2 Red Joker \ No newline at end of file diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_clubs.png deleted file mode 100644 index 18af741db..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_diamonds.png deleted file mode 100644 index 3bbc4e06b..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_hearts.png deleted file mode 100644 index 3eb83d72c..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_spades.png deleted file mode 100644 index 0b3d29475..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/10_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_clubs.png deleted file mode 100644 index 291ed975f..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_diamonds.png deleted file mode 100644 index 4deee7cc8..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_hearts.png deleted file mode 100644 index 75a014f36..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_spades.png deleted file mode 100644 index 1ce0ffe8b..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/2_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_clubs.png deleted file mode 100644 index 076ab318a..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_diamonds.png deleted file mode 100644 index 8ee0b4b90..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_hearts.png deleted file mode 100644 index 8e74673f8..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_spades.png deleted file mode 100644 index f9e06b4f0..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/3_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_clubs.png deleted file mode 100644 index 8be9e0892..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_diamonds.png deleted file mode 100644 index 70e82e839..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_hearts.png deleted file mode 100644 index ceecbfe02..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_spades.png deleted file mode 100644 index 95abe3e73..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/4_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_clubs.png deleted file mode 100644 index bde977769..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_diamonds.png deleted file mode 100644 index bb9252558..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_hearts.png deleted file mode 100644 index d923456fe..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_spades.png deleted file mode 100644 index 53a1aad26..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/5_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_clubs.png deleted file mode 100644 index a9660a037..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_diamonds.png deleted file mode 100644 index 78a80ad06..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_hearts.png deleted file mode 100644 index 361643efc..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_spades.png deleted file mode 100644 index 40242a718..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/6_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_clubs.png deleted file mode 100644 index 9d6b54554..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_diamonds.png deleted file mode 100644 index 6ad5f15b5..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_hearts.png deleted file mode 100644 index 19b89a2e7..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_spades.png deleted file mode 100644 index b9f1b93d3..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/7_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_clubs.png deleted file mode 100644 index cec743cbc..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_diamonds.png deleted file mode 100644 index ed1295121..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_hearts.png deleted file mode 100644 index fb39723cb..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_spades.png deleted file mode 100644 index b6b3b3813..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/8_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_clubs.png deleted file mode 100644 index 2174db58e..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_diamonds.png deleted file mode 100644 index 0b933fb0e..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_hearts.png deleted file mode 100644 index 7b196d6dc..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_spades.png deleted file mode 100644 index 3c3b5ffbc..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/9_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/License.txt b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/License.txt deleted file mode 100644 index 2f9706014..000000000 --- a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/License.txt +++ /dev/null @@ -1 +0,0 @@ -This playing card art is in the public domain. \ No newline at end of file diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_clubs.png deleted file mode 100644 index 42bf5ec94..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_diamonds.png deleted file mode 100644 index 79cd3b8a8..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_hearts.png deleted file mode 100644 index b42212405..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_spades.png deleted file mode 100644 index 103f56d1a..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/ace_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/black_joker.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/black_joker.png deleted file mode 100644 index 000b640bf..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/black_joker.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_clubs.png deleted file mode 100644 index 5e003be2d..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_diamonds.png deleted file mode 100644 index 131a97731..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_hearts.png deleted file mode 100644 index bf342bcb2..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_spades.png deleted file mode 100644 index f539c19c6..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/jack_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_clubs.png deleted file mode 100644 index 68e57747d..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_diamonds.png deleted file mode 100644 index e21d6a0a4..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_hearts.png deleted file mode 100644 index 1d3c468d8..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_spades.png deleted file mode 100644 index 2edbbc148..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/king_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_clubs.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_clubs.png deleted file mode 100644 index 7be5f9a96..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_clubs.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_diamonds.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_diamonds.png deleted file mode 100644 index 928f6501d..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_diamonds.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_hearts.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_hearts.png deleted file mode 100644 index 21839e681..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_hearts.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_spades.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_spades.png deleted file mode 100644 index 7983d034d..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/queen_of_spades.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/red_joker.png b/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/red_joker.png deleted file mode 100644 index 55b3ef9ba..000000000 Binary files a/firebase/public/StreamingAssets/Standard Playing Cards@www.cardgamesimulator.com/sets/STD_FR/red_joker.png and /dev/null differ diff --git a/firebase/public/StreamingAssets/UnityServicesProjectConfiguration.json b/firebase/public/StreamingAssets/UnityServicesProjectConfiguration.json deleted file mode 100644 index ed981b1ad..000000000 --- a/firebase/public/StreamingAssets/UnityServicesProjectConfiguration.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "Keys": [ - "com.unity.services.core.version", - "com.unity.services.core.initializer-assembly-qualified-names", - "com.unity.services.lobby.version", - "com.unity.services.lobby.initializer-assembly-qualified-names", - "com.unity.services.authentication.version", - "com.unity.services.authentication.initializer-assembly-qualified-names", - "com.unity.services.qos.version", - "com.unity.services.qos.initializer-assembly-qualified-names", - "com.unity.services.wire.version", - "com.unity.services.wire.initializer-assembly-qualified-names", - "com.unity.services.relay.version", - "com.unity.services.relay.initializer-assembly-qualified-names", - "com.unity.services.core.all-package-names", - "com.unity.services.core.cloud-environment", - "com.unity.services.core.environment-name" - ], - "Values": [ - { "m_Value": "1.11.0", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Core.Registration.CorePackageInitializer, Unity.Services.Core.Registration, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { "m_Value": "1.1.1", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Lobbies.LobbyServiceProvider, Unity.Services.Lobbies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { "m_Value": "2.7.2", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Authentication.AuthenticationPackageInitializer, Unity.Services.Authentication, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { "m_Value": "1.2.1", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Qos.QosPackageInitializer, Unity.Services.QoS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { "m_Value": "1.2.2", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Wire.Internal.WireServiceProvider, Unity.Services.Wire.Internal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { "m_Value": "1.0.5", "m_IsReadOnly": true }, - { - "m_Value": "Unity.Services.Relay.RelayServiceProvider, Unity.Services.Relay, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "m_IsReadOnly": true - }, - { - "m_Value": "com.unity.services.core;com.unity.services.lobby;com.unity.services.authentication;com.unity.services.qos;com.unity.services.wire;com.unity.services.relay", - "m_IsReadOnly": false - }, - { "m_Value": "production", "m_IsReadOnly": false }, - { "m_Value": "production", "m_IsReadOnly": false } - ] -}