summaryrefslogtreecommitdiff
path: root/src/components/Title.tsx
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-07 22:49:43 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-07 22:49:43 -0700
commitebae24f5a3a251654a1e41be58f52ba2a777d9d7 (patch)
tree6641c3e5a5ec5d812c54be2bb38196f85f4e36c2 /src/components/Title.tsx
parent808a44e8542ebc7542d833e5a30b51b7fb8f80d5 (diff)
downloadthe-abstraction-engine-ebae24f5a3a251654a1e41be58f52ba2a777d9d7.tar.gz
the-abstraction-engine-ebae24f5a3a251654a1e41be58f52ba2a777d9d7.zip
level system!
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r--src/components/Title.tsx5
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 />