mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2026-01-29 21:48:37 +00:00
added /a in /help for terminalcommands and changed easter egg hint text to different font
This commit is contained in:
parent
56e09a8a5f
commit
2e6e989039
@ -44,14 +44,14 @@ const helpText = `Available commands:
|
|||||||
/breakout - Play Breakout
|
/breakout - Play Breakout
|
||||||
/music, /m - Navigate to Music Player
|
/music, /m - Navigate to Music Player
|
||||||
/ai, /chat - Navigate to AI Chat
|
/ai, /chat - Navigate to AI Chat
|
||||||
/achievements - View achievements
|
/achievements /a - View achievements
|
||||||
/help, /h - Show this help message
|
/help, /h - Show this help message
|
||||||
/clear, /c - Clear terminal output`;
|
/clear, /c - Clear terminal output`;
|
||||||
|
|
||||||
const helpHint = `
|
const helpHint = `
|
||||||
╔══════════════════════════════════════════╗
|
╔══════════════════════════════════════════╗
|
||||||
║ ...there may be other commands. ║
|
║ ...there may be other commands. ║
|
||||||
║ Perhaps a HINT to an easter egg exists? ║
|
║ Perhaps a ꃅꀤꈤ꓄ to an easter egg exists? ║
|
||||||
╚══════════════════════════════════════════╝`;
|
╚══════════════════════════════════════════╝`;
|
||||||
|
|
||||||
const TerminalCommand = () => {
|
const TerminalCommand = () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user