-
Notifications
You must be signed in to change notification settings - Fork 65
add ship formation selector #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add ship formation selector #389
Conversation
src/main/java/com/github/manolo8/darkbot/core/manager/HeroManager.java
Outdated
Show resolved
Hide resolved
src/main/java/com/github/manolo8/darkbot/core/manager/HeroManager.java
Outdated
Show resolved
Hide resolved
|
|
||
| private Formation formation; | ||
|
|
||
| private final JComboBox<Formation> comboBox = new JComboBox<>(Formation.values()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally instead of a dropdown with enum names, could use a set of icons for the formations and show the name as the tooltip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that would be cleaner, maybe can be a follow up PR if someone can make the icons
src/main/java/com/github/manolo8/darkbot/gui/tree/editors/NewShipModeEditor.java
Outdated
Show resolved
Hide resolved
src/main/java/com/github/manolo8/darkbot/gui/utils/table/FormationNpcInfoEditor.java
Show resolved
Hide resolved
b8ddbac to
8e5e697
Compare
Add formation selector for config, reduce key dependency to free up slotbar
CleanShot.2025-03-14.at.12.16.47.mp4