Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Our mouse cursor is drawn in a separate layer, so we can draw on the
screen without needing to hide it beforehand
|
|
|
|
|
|
Regression from be1fd471be362eff1d6e05bef8b8469655174b16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, add a method to properly free room views
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_loopSoundEffect is used for the exact same purpose
|
|
|
|
|
|
|
|
|
|
This greatly simplifies the code that shows a floor when an arrow is
pressed. Also, it changes the behavior of the arrows to show all of
the visited floors, instead of a specific subset. I believe that this
makes the map better, more usable and less confusing than the original
|
|
|
|
|