Skip to content

Commit

Permalink
Build 61
Browse files Browse the repository at this point in the history
- Implemented auto-zoom on the second hint grid. This has been added to all 4 pre-existing configurations, and it looks like this:
<p align="center"><img src="https://github.com/user-attachments/assets/9867257d-fe28-4831-8c4a-5b5b6c7c580b" width="50%" height="50%"/><br>(click to view it full screen)</p>
Zooming looks like this in the configuration file:

```properties
hint2-2-mode.zoom.percent=5.0
hint2-2-mode.zoom.center=last-selected-hint
```

- Made the hint grid less dark and more transparent by default.
  • Loading branch information
petoncle committed Jan 8, 2025
1 parent d415843 commit d519b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mousemaster</groupId>
<artifactId>mousemaster</artifactId>
<version>60</version>
<version>61</version>
<name>mousemaster</name>
<!--
See https://graalvm.github.io/native-build-tools/latest/maven-plugin-quickstart.html
Expand Down

0 comments on commit d519b34

Please sign in to comment.