Skip to content

Commit

Permalink
repace emoi .png.png to .png
Browse files Browse the repository at this point in the history
  • Loading branch information
kigkosa committed Apr 29, 2023
1 parent 91df460 commit 1ee5264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ def GButton_674_command(self):
elif 'font_images' in documents:
data_icon = {}
for key in list(documents['font_images']):

_emoji = (documents['font_images'][key]['path']+".png").replace(".png.png",".png")
data_icon[key] = {
# 'ascent': documents['font_images'][key]['scale_ratio'],
# 'height': documents['font_images'][key]['y_position'],
'is_emoji': True,
'texture': get_namespace+"/"+documents['font_images'][key]['path']+".png"
'texture': get_namespace+"/"+_emoji
}

if not os.path.exists(r"Oraxen\\glyphs"):
Expand Down

0 comments on commit 1ee5264

Please sign in to comment.