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