-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChatSettings.py
More file actions
32 lines (23 loc) · 1.47 KB
/
Copy pathChatSettings.py
File metadata and controls
32 lines (23 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
####### SPACING #######
COMMENT_SPACING = 45 #In pixels
NO_EMOTE_COMMENT_SPACING = 30 #In pixels
LINE_SPACING = 8 #In pixels
####### FONT SETTINGS #######
TEXT_COLOR = "#FFFFFF"
FONT_SIZE = 20 #Font size for chat overlays
REGULAR_FONT_FILE = "Arial.ttf" #Default font file to be used
BOLD_FONT_FILE = "ArialBold.ttf" #Default bold font file to be used
ENGLISH_REGULAR_FONT_FILE = "Arial.ttf" #Font file for english characters if not available in other regular file
ENGLISH_BOLD_FONT_FILE = "ArialBold.ttf" #Font file for english characters if not available in the other bold file
####### CHAT DIMENSIONS #######
CHAT_WIDTH = 576 #The width of your chat output
CHAT_HEIGHT = 864 #The height of your chat output
####### EMOTE SETTINGS #######
EMOTE_HEIGHT_SCALE = 42 #In pixels
BADGE_HEIGHT_SCALE = 28 #In pixels
####### ADVANCED SETTINGS #######
IMAGE_ADJUST = 10 #Adjust emote height in-line based, if it is smaller in pixels than SMALL_EMOTE_SIZE in pixels
SMALL_EMOTE_SIZE = 23 #Arbitrary value to determine what makes an emote small in pixels
ORIGIN_X = 0 #The left margin of the chat canvas in pixels
ORIGIN_Y = 1000 #The top margin of the chat canvas in pixels
INDIVIDUAL_DURATIONS = 3 #Optimal size for short videos to render, combining into a larger video