diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 22:49:43 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 22:49:43 -0700 |
commit | ebae24f5a3a251654a1e41be58f52ba2a777d9d7 (patch) | |
tree | 6641c3e5a5ec5d812c54be2bb38196f85f4e36c2 /src/components | |
parent | 808a44e8542ebc7542d833e5a30b51b7fb8f80d5 (diff) | |
download | the-abstraction-engine-ebae24f5a3a251654a1e41be58f52ba2a777d9d7.tar.gz the-abstraction-engine-ebae24f5a3a251654a1e41be58f52ba2a777d9d7.zip |
level system!
Diffstat (limited to 'src/components')
-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 /> |