andybarron / bacon-jam-10

CLEANUP IN SECTOR 4. Bacon Gam Jam 10 entry. Theme: "One Weapon, Many Uses"

Home Page:http://cleanupinsector4.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix non-Console text alignment and sharpness

andybarron opened this issue · comments

With the new 2x scaling, text is pixelated and runs off the screen. The text handling code for the Console object (some of which is in GameplayScreen, oops) is a good example of how to fix this.

Commit 6c44f15 fixes text sharpness, but not screen overflow.