rewrite readme info about exiting boxes.

This commit is contained in:
HyperOnion 2023-06-25 00:53:13 +02:00
parent 80bb0edf03
commit 54d4a07b90
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ the player character is currently the dark green square. creating new tiles crea
moving onto boxes makes you enter them. right now, this doesn't change your position; in the future entering a box from e.g. the left side will make you move to its left edge.
moving out of bounds makes you exit the box, if you're in one. this also doesn't change your position yet. if you exit at a position where there's another box in the one you exit into, you'll immediately enter that box.
moving outside of the edge makes you exit the box you're in, if you're currently inside a box. this also doesn't change your position yet. if you exit at a position where there's another box in the one you exit into, you'll immediately enter that box.
there's a demo video at `/assets/demo_video.webm`.