diff options
author | elioat <elioat@tilde.institute> | 2024-10-24 20:49:49 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-10-24 20:49:49 -0400 |
commit | ae84a24767f516040dffcda32969e80364439223 (patch) | |
tree | 9171c09951764fa7e2c002feb818fb81de5cd272 /html/broughlike/about.html | |
parent | 533379b702ad25835105c0798ff5413d1bf095ef (diff) | |
download | tour-ae84a24767f516040dffcda32969e80364439223.tar.gz |
*
Diffstat (limited to 'html/broughlike/about.html')
-rw-r--r-- | html/broughlike/about.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/html/broughlike/about.html b/html/broughlike/about.html index 0811f77..9f46567 100644 --- a/html/broughlike/about.html +++ b/html/broughlike/about.html @@ -8,6 +8,7 @@ <style> body { background-color: #f0f0f0; + font-size: x-large; padding: 1em 2em; } </style> @@ -17,11 +18,11 @@ <ul> <li>You are the hexagon.</li> <li>Your goal is to reach the triangle. When you reach the triangle you'll be brought to the next level.</li> - <li>Enemies are circles. Run into them to battle. Be warned, you'll also take damage.</li> + <li>Enemies are circles. Run into them to battle. Be warned, you'll also take damage when you battle.</li> <li>Diamonds add 3 to the amount of damage you can do to an enemy for the level.</li> - <li>Pentagons heal you a little bit.</li> + <li>Pentagons restore a little bit of your health.</li> <li>You can tell your or an enemy's health by the opacity of the shape. Darker means more health.</li> - <li>Arrow keys, WASD, or VIM movement keys to move on a thing with a keyboard, swipe up, down, left or right to move on something with a touchscreen.</li> + <li>Arrow keys, WASD, or VIM movement keys to move on a thing with a keyboard. Swipe up, down, left or right to move on something with a touchscreen.</li> </ul> <p><a href="index.html">Play the game!</a></p> </body> |