-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.js
100 lines (100 loc) · 3.96 KB
/
settings.js
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
var charViewerSettings = {
"characterCanvas" : "view",
"partMenuComponent" : "#partMenu",
"partMenuContainer" : "#partMenuWrapper",
"categoriesTabContainer" : "#menuslide",
"imgMenuComponent" : "#imgMenu",
"colorsMenuComponent" : "#colorDiv",
"partsMenuComponent" : "#partMenu",
"currentCatSpanId" : "#curentCat",
"currentPartSpanId" : "#curentPart",
"currentRefSpanId" : "#curentRef",
"xTranslationField" : "#dxField",
"yTranslationField" : "#dyField",
"zField" : "#zField",
"xScaleField" : "#sxField",
"yScaleField" : "#syField",
"rotationField" : "#rotation",
"partSelectionField" : "#Part",
"categorySelectionField" : "#Category",
"sourceSelectionField" : "#refField",
"changeImageButton" : "#changeImageButton",
"colorBindingField" : "#boundColor",
"relocateImageButton" : "#relocateButton",
"deletImageButton" : "#delImgButton",
"copyImageButton" : "#copyImgButton",
"categorySuggestionList" : "#catsSuggestion",
"partSuggestionLsit" : "#partSuggestion",
"colorsSuggestionList" : "#colorsSuggestion",
"saveButton" : "#saveButton",
"colorBindingButton" : "#validateColorBinding",
"saveFileName" : "cmParams.js",
"partMenuLayerList" : "#layerListDiv",
"partMenuImportInput" : "#partLayerImport",
"importLayersButton" : "#importLayersButton",
"imageSourceDiv" : "#imageSourceDiv",
"imagesImportDiv" : "#imagesImportDiv",
"layerControlDiv" : "#layerControlDiv",
"newCategoryButton" : "#newCategory",
"fileSuggestionList" : "#fileSuggestion",
"partLocationInputDiv" : "#partLocationInput",
"elementComponentDiv" : "#elementComponentDiv",
"conditionsDiv" : "#conditionsDiv",
"boundableCatList" : "#catBindingInput",
"boundablePartList" : "#partBindingInput",
"conditionTypeSelect" : "#conditionTypeSelect",
"colorPanel" : "#colorPanel",
"catBindingInput" : "#catBindingInput",
"partBindingInput" : "#partBindingInput",
"validateCondtion" : "#validateCondtion",
"zLayerSorterCanva" : "zCanvas",
"cookieSaveButton" : "#cookieButton",
"redoButton" : "#redoButton",
"undoButton" : "#undoButton",
"shapeColorPanel" : "#shapeColorPanel",
"lineColorDiv" : "#lineColorDiv",
"lineBoundColorInput" : "#lineBoundColorInput",
"surfaceColorDiv" : "#surfaceColorDiv",
"shapeColorsButton" : "#shapeColorsButton",
"surfaceBoundColorInput" :"#surfaceBoundColorInput",
"surfaceColorInput" : "#surfaceColorInput",
"lineColorInput" : "#lineColorInput",
"lineAlpha" : "#lineAlpha",
"surfaceAlpha" : "#surfaceAlpha",
"lineJoinSelect" : "#lineJoinSelect",
"fillShapeSwitch" : "#fillShapeSwitch",
"closeShapeShwitch" : "#closeShapeShwitch",
"lineWidth" : "#lineWidth",
"shapeParamsPannel" : "#shapeParamsPannel",
"shapeEditPannel" : "#shapeEditPannel",
"shapeEditButton" : "#shapeEditButton",
"shapeEditButtonOn" : "<image src='icons/curveEddit.png'></image>",
"shapeEditButtonOff" : "<image src='icons/curveNotEddit.png'></image>",
"slidersDiv": "#slidersDiv",
"elementName" : "#elementName",
"renameInput" : "#renameInput",
"renameButton" : "#renameButton",
"newShapeButton" : "#newShapeButton",
"newImageButton" : "#newImageButton",
"newPartButton" : "#newPartButton",
"sliderBindingInput" : "#sliderBindingInput",
"oppSelect" : "#oppSelect",
"conditionCeil" : "#conditionCeil",
"deltasDiv" : "#deltasDiv",
"tranformationList" : "#tranformationList",
"sliderList" : "#sliderList",
"tranformationSliderSelect" : "#tranformationSliderSelect",
"tranformationPosition" : "#tranformationPosition",
"tranformationSourceList" : "#tranformationSourceList",
"bindDeltaButton" : "#bindDeltaButton",
"imageAlpha" : "#imageAlpha",
"newDelta" : "#newDelta",
"cookiSavePeriode" : 3000,
"partsMenuFullWidth" : 270,
"maxSliders" : 100,
"colorSlotsCount" : 100,
"wheelZoomSpeed" : -1/120.0,
"shapeHandleSize" : 15,
"devMod" : true,
"verbose" :false
}