diff options
Diffstat (limited to 'Scripts/emotes.py')
| -rw-r--r-- | Scripts/emotes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/emotes.py b/Scripts/emotes.py index b922fdf..0a4ed01 100644 --- a/Scripts/emotes.py +++ b/Scripts/emotes.py @@ -31,6 +31,7 @@ IMG_TEX_DATA.append(("Images/Emotes/based.png", "based")) IMG_TEX_DATA.append(("Images/Emotes/chad.png", "chad")) IMG_TEX_DATA.append(("Images/Emotes/aware.png", "aware")) IMG_TEX_DATA.append(("Images/Emotes/girl.png", "girl")) +IMG_TEX_DATA = [] IMG_TEX_KEYWORD_TO_COORD = {} for i in range(0, len(IMG_TEX_DATA)): |
