4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 74
74
scratchType: SCRATCH_TYPE .CIRCLE ,
75
75
containerWidth: scContainer .offsetWidth ,
76
76
containerHeight: 300 ,
77
- imageForwardSrc: ' /images/scratchcard.jpg' ,
78
- imageBackgroundSrc: ' /images/result.png' ,
77
+ imageForwardSrc: ' .. /images/scratchcard.jpg' ,
78
+ imageBackgroundSrc: ' .. /images/result.png' ,
79
79
htmlBackground: ' ' ,
80
80
clearZoneRadius: 20 ,
81
81
nPoints: 30 ,
Original file line number Diff line number Diff line change 136
136
containerWidth: scContainer .offsetWidth ,
137
137
containerHeight: 300 ,
138
138
brushSrc: ' ' ,
139
- imageForwardSrc: ' /images/scratchcard.jpg' ,
139
+ imageForwardSrc: ' .. /images/scratchcard.jpg' ,
140
140
imageBackgroundSrc: ' ' ,
141
141
htmlBackground: ` <div class="inner_html"><p>Html content</p></div>` ,
142
142
clearZoneRadius: 30 ,
Original file line number Diff line number Diff line change 75
75
scratchType: SCRATCH_TYPE .BRUSH ,
76
76
containerWidth: scContainer .offsetWidth ,
77
77
containerHeight: 300 ,
78
- brushSrc: ' /images/brush.png' ,
79
- imageForwardSrc: ' /images/scratchcard.jpg' ,
80
- imageBackgroundSrc: ' /images/result.png' ,
78
+ brushSrc: ' .. /images/brush.png' ,
79
+ imageForwardSrc: ' .. /images/scratchcard.jpg' ,
80
+ imageBackgroundSrc: ' .. /images/result.png' ,
81
81
htmlBackground: ' ' ,
82
82
clearZoneRadius: 0 ,
83
83
nPoints: 30 ,
Original file line number Diff line number Diff line change 74
74
scratchType: SCRATCH_TYPE .SPRAY ,
75
75
containerWidth: scContainer .offsetWidth ,
76
76
containerHeight: 300 ,
77
- imageForwardSrc: ' /images/scratchcard.jpg' ,
78
- imageBackgroundSrc: ' /images/result.png' ,
77
+ imageForwardSrc: ' .. /images/scratchcard.jpg' ,
78
+ imageBackgroundSrc: ' .. /images/result.png' ,
79
79
htmlBackground: ' ' ,
80
80
clearZoneRadius: 50 ,
81
81
nPoints: 30 ,
0 commit comments