screenshots update

This commit is contained in:
ingvar1995 2016-06-21 21:00:47 +03:00
parent bde1160562
commit 02aa2981b5
4 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
#Smileys
Toxygen support smileys. Smiley is small picture which replaces some combination of symbols. If you want to create your own smiley pack, create directory in src/smileys/. This directory must contain images with smileys and config.json. Example of config.json:
{":)": "one.png", ":(": "two.png"}
Animated smileys (.gif) are supported too.
#Stickers
Sticker is inline image. If you want to create your own smiley pack, create directory in src/stickers/ and place your stickers there.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -2,7 +2,7 @@ import os
import time
program_version = '0.1.3'
program_version = '0.2.0'
def log(data):