diff options
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r-- | src/components/Title.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 1736cba..3a69dbc 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -17,7 +17,10 @@ export const Title = ({ setReady }: TitleProps) => { </a> </p> <br /> - <p>WASD/arrow keys to move, space/enter to interact</p> + <p> + WASD/arrow keys to move, space/enter to interact after highlighting with + the mouse + </p> <br /> <hr /> |