chore:存读档界面颜色调整
This commit is contained in:
parent
0ac52f6ffb
commit
429d060881
@ -3253,8 +3253,7 @@ ui.prototype._drawSLPanel_draw = function (page, max_page) {
|
|||||||
|
|
||||||
ui.prototype._drawSLPanel_drawBackground = function () {
|
ui.prototype._drawSLPanel_drawBackground = function () {
|
||||||
let backGroundStyle = 'black';
|
let backGroundStyle = 'black';
|
||||||
if (core.status.event.id === 'save') backGroundStyle = 'rgb(75, 0, 130)';
|
if (core.status.event.id === 'save') backGroundStyle = 'rgb(85, 0, 140)';
|
||||||
else if (core.status.event.id === 'load') backGroundStyle = 'rgb(0, 0, 139)';
|
|
||||||
core.clearMap('ui');
|
core.clearMap('ui');
|
||||||
core.setAlpha('ui', 0.85);
|
core.setAlpha('ui', 0.85);
|
||||||
core.fillRect('ui', 0, 0, this.PIXEL, this.PIXEL, backGroundStyle); //可改成背景图
|
core.fillRect('ui', 0, 0, this.PIXEL, this.PIXEL, backGroundStyle); //可改成背景图
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user