Skip to content

Commit

Permalink
better indent for playernames
Browse files Browse the repository at this point in the history
  • Loading branch information
cappelnord committed Jan 23, 2012
1 parent 45b4827 commit c4c0051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beenoir.py
Expand Up @@ -325,7 +325,7 @@ def __init__(self, world, pos, player_id=0, beat=0, title='GrundSpieler'):
font_name='Arial',
font_size=11,
bold=True,
x=CODEPAD + 20,
x=CODEPAD * 1.5,
y=window.height - ystart - 15,
anchor_x='left',
color=UI_TEXT_COLOR ,
Expand Down

0 comments on commit c4c0051

Please sign in to comment.