New font used for icons

This commit is contained in:
9and3r
2014-07-29 14:48:13 +02:00
parent a78bab30aa
commit 910368fc87
16 changed files with 2142 additions and 504 deletions

View File

@@ -149,6 +149,10 @@ class TouchAndTextItem(TouchObject, TextItem):
def update(self):
TextItem.update(self)
def set_text(self, text, change_size):
TextItem.set_text(self, text, change_size)
self.active_box = self.font.render(text, True, self.active_color)
def render(self, surface):
if self.fit_horizontal:
pass