screenshots update
This commit is contained in:
parent
bde1160562
commit
02aa2981b5
11
docs/smileys_and_stickers.md
Normal file
11
docs/smileys_and_stickers.md
Normal 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.
|
BIN
docs/ubuntu.png
BIN
docs/ubuntu.png
Binary file not shown.
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 109 KiB |
BIN
docs/windows.png
BIN
docs/windows.png
Binary file not shown.
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 81 KiB |
@ -2,7 +2,7 @@ import os
|
||||
import time
|
||||
|
||||
|
||||
program_version = '0.1.3'
|
||||
program_version = '0.2.0'
|
||||
|
||||
|
||||
def log(data):
|
||||
|
Loading…
Reference in New Issue
Block a user