add first patch
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"categoryIndicator": {
|
||||
"showIndicator": true,
|
||||
"outlineConfig": {
|
||||
"showOutline": true,
|
||||
// Outline type: [RECTANGLE, CIRCLE, SUPERELLIPSE]
|
||||
"outlineType": "CIRCLE",
|
||||
"colorOpacity": {
|
||||
"koreanColor": "#FF0000",
|
||||
"enColor": "#00FF00",
|
||||
"imeColor": "#FFFFFF",
|
||||
"opacity": 100
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"koreanColor": "#000000",
|
||||
"enColor": "#000000",
|
||||
"imeColor": "#000000",
|
||||
"opacity": 50
|
||||
},
|
||||
"text": {
|
||||
"koreanColor": "#FFFFFF",
|
||||
"enColor": "#FFFFFF",
|
||||
"imeColor": "#FFFFFF",
|
||||
"opacity": 100
|
||||
},
|
||||
"animation": {
|
||||
"showAnimation": true,
|
||||
// Easing function: [LINEAR, EASE_IN_SINE, EASE_OUT_SINE, EASE_IN_OUT_SINE, EASE_IN_QUAD, EASE_OUT_QUAD, EASE_IN_OUT_QUAD, EASE_IN_CUBIC, EASE_OUT_CUBIC, EASE_IN_OUT_CUBIC, EASE_IN_QUART, EASE_OUT_QUART, EASE_IN_OUT_QUART, EASE_IN_QUINT, EASE_OUT_QUINT, EASE_IN_OUT_QUINT, EASE_IN_EXPO, EASE_OUT_EXPO, EASE_IN_OUT_EXPO, EASE_IN_CIRC, EASE_OUT_CIRC, EASE_IN_OUT_CIRC, EASE_IN_BACK, EASE_OUT_BACK, EASE_IN_OUT_BACK, EASE_IN_ELASTIC, EASE_OUT_ELASTIC, EASE_IN_OUT_ELASTIC, EASE_OUT_BOUNCE, EASE_IN_BOUNCE, EASE_IN_OUT_BOUNCE]
|
||||
"easingFunction": "EASE_OUT_QUINT",
|
||||
"speed": 30
|
||||
}
|
||||
},
|
||||
"categoryInput": {
|
||||
// Auto language type mode: [AUTO, KOREAN, ENGLISH, IME]
|
||||
"autoLangTypeMode": "AUTO",
|
||||
"memoryLangTypePerScreen": false,
|
||||
"disableImeWhenPlaying": true,
|
||||
"autoImeSwitch": true,
|
||||
"alwaysImeEnabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user