We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while mouse hovering the die, display text of die value doesn't formatting.
I try to modify it at wm_core.py.
# lookup the die value grid = "x{}y{}" die_grid = grid.format(dc_x, dc_y) try: die_val = "{:.3f}".format(self.xyd_dict[die_grid]) #die_val = self.xyd_dict[die_grid] except KeyError: die_val = "N/A"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while mouse hovering the die, display text of die value doesn't formatting.
I try to modify it at wm_core.py.
The text was updated successfully, but these errors were encountered: