Skip to content

Commit 57e9428

Browse files
authored
Merge pull request #476 from neph1/update_to_jme_3.6
Update to jme 3.6
2 parents 22f8872 + d1e0cef commit 57e9428

File tree

8 files changed

+5
-3
lines changed

8 files changed

+5
-3
lines changed
5.07 KB
Loading
-47 Bytes
Loading

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
2-
jmeVersion = 3.5.2
2+
jmeVersion = 3.6.0
33
# Version used for application and settings folder, no spaces!
4-
jmeMainVersion = 3.5
4+
jmeMainVersion = 3.6
55
# Version addition pre-alpha-svn, Stable, Beta
6-
jmeVersionTag = stable
6+
jmeVersionTag = beta3
77
# Increment this each time jmeVersionTag changes but jmeVersion stays the same
88
#jmeVersionTagID = 0
99

resources/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ It's simply like this: Once your resolution is too large (like the 500x350px of
4141
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)
4242

4343
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)
44+
45+
The font used in the splash is "Foo" and "Foo-Regular"

resources/splashscreen/splash.gif

-47 Bytes
Loading

resources/splashscreen/splash.xcf

87.1 KB
Binary file not shown.
50.8 KB
Binary file not shown.
85.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)