- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 624
 
Open
Description
Describe the bug
When I run the game on my mac, it shows the default jar folder icon. I don't know if it is a problem just from the .jar file in general, but since there is a method in FXGL to set the icon picture, why it wouldn't work on MacOS ?
To Reproduce
Steps to reproduce the behavior:
- Run the .jar game on MacOS
 
Expected behavior
It should show the icon I set in the code, such as
@Override
protected void initSettings(GameSettings settings) {
    gui.initSettings(settings);
    settings.setAppIcon("icon.png");
    settings.setTitle("Dinosaur Exploder");
}Runtime info(please complete the following information):
- OS and version: MacOS Sequoia 15.3.2 (24D81)
 - FXGL version : 21
 
Metadata
Metadata
Assignees
Labels
No labels
