engagementlab / emerging-citizens

Emerging Citizens is a suite of digital multiplayer games that teaches students how to critique and create civic media.
MIT License
2 stars 0 forks source link

WWDMM: player created names are being cutoff in voting screen #208

Closed jpailthorpe closed 7 years ago

jpailthorpe commented 7 years ago

someone typed their name as Ronald Reagan. The game displayed this name fine except when it was recorded as a vote. I think this has to do with the way it breaks the line. We should simply limit the name on the login screen to a set amount of characters

jpailthorpe commented 7 years ago

To be more clear, what I am referring here is on the vote round results screen when the score is displayed. due to the line break, it pushes the score down and overlaps onto the other name.

esalling23 commented 7 years ago

I limited the player names to be 15 characters, and increased the height of the votes so that they do not overlap, even if someone's name is Ronald Reagan!