mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
change interface style, add top menu
This commit is contained in:
@@ -25,7 +25,7 @@ def generate_bitmap_font(timg, tdrawable, font, font_size, first_char, glyph_wid
|
||||
disp = gimp.Display(image)
|
||||
|
||||
for i in range(char_begin, char_end):
|
||||
if i == 129 or (i >= 141 and i <= 144) or i == 157:
|
||||
if i == 127 or i == 129 or (i >= 141 and i <= 144) or i == 157:
|
||||
string = u"\u25A1"
|
||||
else:
|
||||
string = chr(i).decode('cp1252')
|
||||
|
Reference in New Issue
Block a user