Skip to content

Commit f004ef7

Browse files
authored
Merge pull request #4 from jmecn/master
Add Chinese translation for User Interface
2 parents 15cfda9 + 54d826a commit f004ef7

File tree

3 files changed

+664
-5
lines changed

3 files changed

+664
-5
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/bin/
22
*.so
3+
*.dll
34
*.log
45
/build/
56
/native-build/
67
/.gradle/
78
/.idea/
89
/out/
10+
.classpath
11+
.project
12+
/.settings/

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ an option to the Settings Dialog to enable/disable native Folder Chooser.
4141

4242
## ver. 1.0.1 ##
4343
* -Implemented D&D of controls in a model tree.
44-
* -Implemented to load compiled classes from any IDE to improve integration with IDE's.
44+
* -Implemented a setting to load compiled classes from any IDE to improve integration with IDE's.
4545
* -Updated toneg0d.emitter library.
46-
* -Added glTF loader.
47-
* -Implemented auto-finding all available controls to create it in model tree.
48-
* -Added to show custom objects from user data of Spatial.
46+
* -Added glTF converter.
47+
* -Implemented auto-finding all available controls for the action to create a custom control.
48+
* -Added to show custom objects from user data of Spatial on the property panel.
4949
* -Included jME font creator plugin.
50-
* -Added to create editable sky nodes.
50+
* -Added an action to create editable sky nodes in Model Editor.
5151
* -Added image preview tooltips to Asset tree.
5252
* -Improved usability and fixed a lot of little bugs with UI.
5353

0 commit comments

Comments
 (0)