Update last play hint color.

This commit is contained in:
yukirij 2024-08-19 15:59:00 -07:00
parent 7bdab36739
commit 6d22410658
2 changed files with 8 additions and 3 deletions

View File

@ -32,7 +32,7 @@ const INTERFACE = {
HintOpponentDark: "#2a0b3f",
HintInvalid: "#b71c1c",
HintInvalidDark: "#3f0808",
HintPlay: "#0d5672",
HintPlay: "#004966",
HintCheck: "#C62828",
},

View File

@ -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", () => { }),
], []);