mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2026-01-29 18:08:38 +00:00
added /a in /help for terminalcommands and changed easter egg hint text to different font
This commit is contained in:
parent
0e0c320477
commit
b0b229a9f9
@ -31,27 +31,27 @@ const commands: Record<string, string> = {
|
||||
};
|
||||
|
||||
const helpText = `Available commands:
|
||||
/home - Navigate to Home
|
||||
/about, /me - Navigate to About Me
|
||||
/projects, /proj - Navigate to Projects
|
||||
/resources, /res - Navigate to Resources
|
||||
/links - Navigate to Links
|
||||
/faq - Navigate to FAQ
|
||||
/games, /arcade - Browse Arcade games
|
||||
/tetris - Play Tetris
|
||||
/pacman - Play Pac-Man
|
||||
/snake - Play Snake
|
||||
/breakout - Play Breakout
|
||||
/music, /m - Navigate to Music Player
|
||||
/ai, /chat - Navigate to AI Chat
|
||||
/achievements - View achievements
|
||||
/help, /h - Show this help message
|
||||
/clear, /c - Clear terminal output`;
|
||||
/home - Navigate to Home
|
||||
/about, /me - Navigate to About Me
|
||||
/projects, /proj - Navigate to Projects
|
||||
/resources, /res - Navigate to Resources
|
||||
/links - Navigate to Links
|
||||
/faq - Navigate to FAQ
|
||||
/games, /arcade - Browse Arcade games
|
||||
/tetris - Play Tetris
|
||||
/pacman - Play Pac-Man
|
||||
/snake - Play Snake
|
||||
/breakout - Play Breakout
|
||||
/music, /m - Navigate to Music Player
|
||||
/ai, /chat - Navigate to AI Chat
|
||||
/achievements /a - View achievements
|
||||
/help, /h - Show this help message
|
||||
/clear, /c - Clear terminal output`;
|
||||
|
||||
const helpHint = `
|
||||
╔══════════════════════════════════════════╗
|
||||
║ ...there may be other commands. ║
|
||||
║ Perhaps a HINT to an easter egg exists? ║
|
||||
║ Perhaps a ꃅꀤꈤ꓄ to an easter egg exists? ║
|
||||
╚══════════════════════════════════════════╝`;
|
||||
|
||||
const TerminalCommand = () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user