-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3da801
commit 2201155
Showing
4 changed files
with
13 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,39 +10,8 @@ public static class Tags | |
public const string CardViewer = "CardViewer"; | ||
public const string PlayableViewer = "PlayableViewer"; | ||
|
||
public const string GameListUrl = "https://www.reddit.com/r/CardGameSimulator/comments/fl1p5z/official_games_list/"; | ||
public const string DynamicLinkUriDomain = "https://cgs.link"; | ||
public const string CgsWebsite = "https://www.cardgamesimulator.com/"; | ||
|
||
public const string StandardPlayingCardsDirectoryName = "Standard Playing [email protected]"; | ||
|
||
#if UNITY_WEBGL | ||
public const string StandardPlayingCardsJsonFileName = "Standard Playing Cards.json"; | ||
|
||
public const string StandPlayingCardsJsonFileContent = | ||
"{\"name\":\"Standard Playing Cards\",\"autoUpdateUrl\":\"https://www.cardgamesimulator.com/games/Standard/Standard.json\"}"; | ||
|
||
public const string DominoesDirectoryName = "[email protected]"; | ||
public const string DominoesJsonFileName = "Dominoes.json"; | ||
|
||
public const string DominoesJsonFileContent = | ||
"{\"name\":\"Dominoes\",\"autoUpdateUrl\":\"https://www.cardgamesimulator.com/games/Dominoes/Dominoes.json\"}"; | ||
|
||
public const string DominoesCardBackUrl = "https://www.cardgamesimulator.com/games/Dominoes/CardBack.png"; | ||
public const string MahjongDirectoryName = "[email protected]"; | ||
public const string MahjongJsonFileName = "Mahjong.json"; | ||
|
||
public const string MahjongJsonFileContent = | ||
"{\"name\":\"Mahjong\",\"autoUpdateUrl\":\"https://www.cardgamesimulator.com/games/Mahjong/Mahjong.json\"}"; | ||
|
||
public const string MahjongCardBackUrl = "https://www.cardgamesimulator.com/games/Mahjong/CardBack.png"; | ||
public const string ArcmageDirectoryName = "[email protected]"; | ||
public const string ArcmageJsonFileName = "Arcmage.json"; | ||
|
||
public const string ArcmageJsonFileContent = | ||
"{\"name\":\"Arcmage\",\"autoUpdateUrl\":\"https://www.cardgamesimulator.com/games/Arcmage/Arcmage.json\"}"; | ||
|
||
public const string ArcmageCardBackUrl = "https://www.cardgamesimulator.com/games/Arcmage/CardBack.png"; | ||
#endif | ||
public const string CgsGamesListUrl = "https://cgs.games/link"; | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.