allow collapsing chapters in level list

This commit is contained in:
Crispy 2025-04-13 00:32:05 +02:00
parent 69fe8546f5
commit 522a027f7a
3 changed files with 89 additions and 77 deletions

View file

@ -2,6 +2,8 @@
Game store page: https://crispypin.itch.io/marble-machinations
## [unreleased]
### added
- click to collapse chapters in level list
### fixed
- When two input bindings had the same trigger but one has a strict subset of the others modifiers, both would activate when the one with more modifiers was pressed. For example (Ctrl+S -> Save) would also trigger (S -> Wire Tool). Now, Shift+S will still trigger Wire Tool, unless Shift+S (or eg. Shift+Ctrl+S) is bound to something else.