added /a in /help for terminalcommands and changed easter egg hint text to different font

This commit is contained in:
2025-12-07 19:38:31 +01:00
parent 0e0c320477
commit b0b229a9f9
+2 -2
View File
@@ -44,14 +44,14 @@ const helpText = `Available commands:
/breakout - Play Breakout
/music, /m - Navigate to Music Player
/ai, /chat - Navigate to AI Chat
/achievements - View achievements
/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 = () => {