- "en-US-Wavenet-A", - male voices
- "en-US-Wavenet-B",
- "en-US-Wavenet-D",
- "en-US-Wavenet-I",
- "en-US-Wavenet-J",
- "en-GB-Wavenet-B",
- "en-GB-Wavenet-D",
- "en-AU-Wavenet-B",
- "en-AU-Wavenet-D",
- "de-DE-Wavenet-D",
Kedar is a world of dragons, demons, and monsters. These dark creatures constantly war for control of the land, leaving the few human kingdoms in the shadow of a dark and powerful force. But now, the kingdoms of man are fighting back, slowly assembling an army to reclaim their world.
Name:
Gender:
This file contains hidden or 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
TextButton.TextButtonStyle buttonStyle = new TextButton.TextButtonStyle(); | |
buttonStyle.font = new BitmapFont(); | |
buttonStyle.font.scale(2f); | |
buttonStyle.fontColor = Color.WHITE; | |
buttonStyle.overFontColor = Color.LIGHT_GRAY; | |
buttonStyle.downFontColor = Color.GRAY; | |
newGameButton = new TextButton("New Game", buttonStyle); | |
continueButton = new TextButton("Continue", buttonStyle); | |
optionsButton = new TextButton("Options", buttonStyle); |