Skip to content

Commit

Permalink
Add aim bounce help entry to the analysis menu
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed May 4, 2024
1 parent 72ff91b commit 4bddd43
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@

## [Unreleased]

### Added

- Added an aim bounce help entry to the analysis menu

### Fixed

- Fix options of some mods (dmitmel tweak pack) not being announced
- Fix aim bounce turning on when entering the analysis menu
- Fix entity beeping sounds persisting even after their death
- Fixed options of some mods (dmitmel tweak pack) not being announced
- Fixed aim bounce turning on when entering the analysis menu
- Fixed entity beeping sounds persisting even after their death

## [0.6.0] 2024-04-20

Expand Down
8 changes: 8 additions & 0 deletions lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,14 @@
"title": "Quick menu analysis: Selecting hints",
"content": ["To select and deselect a hint, press \\i[gamepad-x].\n Selected hints stay focused even after the quick menu is closed.\n "]
},
{
"title": "Quick menu analysis: Aim analysis",
"content": ["To toggle aim analysis, press \\i[gamepad-y].\n When it's activated, hints that you directly aim at will be focused. \n The hint will be unfocused when you aim away."]
},
{
"title": "Quick menu analysis: Aim bounce",
"content": ["To toggle aim bounce, press \\i[gamepad-a].\n Aim bounce only does something when charge mode is enabled and aim analysis is active. \n This mode simulates the ball bouncing off walls and puzzle elements. \n It says what the ball bounced off, and it focuses the last hint the ball hit."]
},
{
"title": "Quick menu analysis: Hint filtering",
"content": [
Expand Down

0 comments on commit 4bddd43

Please sign in to comment.