password_char = "char";
Display this character, instead of what the user is typing.
This attribute specifies the character to be displayed as the password character. Typically, you use the * (asterisk) character.
char: any single character.
Example
password_char = "*";
Valid Tiles