Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jul 21, 2020
1 parent 03d8793 commit 4a9bf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hh_creator/resource/default.ini
Expand Up @@ -42,6 +42,7 @@ global_font_face = Lato
global_font_size = 30
global_font_weight = 100
global_font_color = white
total_pot_font_size = 20
player_bet_size = 25
player_bet_color = white

Expand Down
1 change: 1 addition & 0 deletions hh_creator/scene.py
Expand Up @@ -46,6 +46,7 @@ def _create_text_items(self):
prefix=config.config["text"].get("total_pot_prefix") + " ",
content_is_number=True,
hide_if_empty=True,
point_size=config.config["text"].getint("total_pot_font_size"),
)
self.pot_odds = TextItem(
prefix=config.config["text"].get("odds_prefix") + " ",
Expand Down

0 comments on commit 4a9bf22

Please sign in to comment.