Update last play hint color.
This commit is contained in:
parent
7bdab36739
commit
6d22410658
@ -32,7 +32,7 @@ const INTERFACE = {
|
|||||||
HintOpponentDark: "#2a0b3f",
|
HintOpponentDark: "#2a0b3f",
|
||||||
HintInvalid: "#b71c1c",
|
HintInvalid: "#b71c1c",
|
||||||
HintInvalidDark: "#3f0808",
|
HintInvalidDark: "#3f0808",
|
||||||
HintPlay: "#0d5672",
|
HintPlay: "#004966",
|
||||||
HintCheck: "#C62828",
|
HintCheck: "#C62828",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -482,9 +482,14 @@ const SCENES = {
|
|||||||
Guide:{
|
Guide:{
|
||||||
load() {
|
load() {
|
||||||
UI.mainmenu();
|
UI.mainmenu();
|
||||||
UI.mainnav([], []);
|
UI.mainnav([
|
||||||
|
UI.button("Game", () => { }),
|
||||||
|
UI.button("Interface", () => { }),
|
||||||
|
UI.button("Pieces", () => { }),
|
||||||
|
UI.button("Dropping", () => { }),
|
||||||
|
], []);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user