Skip to content

Commit

Permalink
Merge pull request #476 from neph1/update_to_jme_3.6
Browse files Browse the repository at this point in the history
Update to jme 3.6
  • Loading branch information
neph1 committed Mar 11, 2023
2 parents 22f8872 + d1e0cef commit 57e9428
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3 deletions.
Binary file modified branding/core/core.jar/org/netbeans/core/startup/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/core/core.jar/org/netbeans/core/startup/splash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
jmeVersion = 3.5.2
jmeVersion = 3.6.0
# Version used for application and settings folder, no spaces!
jmeMainVersion = 3.5
jmeMainVersion = 3.6
# Version addition pre-alpha-svn, Stable, Beta
jmeVersionTag = stable
jmeVersionTag = beta3
# Increment this each time jmeVersionTag changes but jmeVersion stays the same
#jmeVersionTagID = 0

Expand Down
2 changes: 2 additions & 0 deletions resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ It's simply like this: Once your resolution is too large (like the 500x350px of
Just place the `about.png` and the `splash.gif` (though animation doesn't seem to be supported out of the box) inside `branding/core/core.jar/org/netbeans/core/startup/`. There you will also find the `Bundle.properties` which is responsible for the SDK Naming and the Splash Settings (Width, Height, Colors)

In `branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties` you will find the stuff needed to adjust the About Dialog (the html code displayed)

The font used in the splash is "Foo" and "Foo-Regular"
Binary file modified resources/splashscreen/splash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/splashscreen/splash.xcf
Binary file not shown.
Binary file added resources/splashscreen/splash2_jme32.xcf
Binary file not shown.
Binary file added resources/splashscreen/splash_jme32.xcf
Binary file not shown.

0 comments on commit 57e9428

Please sign in to comment.