fix sprites

This commit is contained in:
cidoku 2026-02-08 22:03:04 -03:00
parent 22357e3169
commit f5df806196

View File

@ -304,7 +304,7 @@ class AOCharMovie(QtGui.QLabel):
path = BASE_PATH + "characters/" + base.format(char=char, prefix=prefix, emote=emote) + ext
if exists(path):
return path, ext
return None
return None, None
def play(self, pChar, pEmote, emotePrefix, scaling = SCALING_AUTO, singleFrameDuration = -1):
if not len(pEmote):