Skip to content

Commit d0dbf76

Browse files
committed
world2d
1 parent f39f8d5 commit d0dbf76

File tree

277 files changed

+16842
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+16842
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version number: Major.Minor.SubMinor (e.g. 3.3.0)
2-
jmeVersion = 0.2.0
2+
jmeVersion = 0.3.0
33

44
# Leave empty to autogenerate
55
# (use -PjmeVersionName="myVersion" from commandline to specify a custom version name )
@@ -17,7 +17,7 @@ includeTimestampInVersion = false
1717
buildJavaDoc = true
1818

1919
# specify if SDK and Native libraries get built
20-
buildNativeProjects = true
20+
buildNativeProjects = false
2121
buildAndroidExamples = false
2222

2323
buildForPlatforms = Linux64,Linux32,Windows64,Windows32,Mac64

jme3-core/src/main/resources/com/jme3/asset/General.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ LOADER com.jme3.scene.plugins.fbx.FbxLoader : fbx
2222
LOADER com.jme3.scene.plugins.gltf.GltfLoader : gltf
2323
LOADER com.jme3.scene.plugins.gltf.BinLoader : bin
2424
LOADER com.jme3.scene.plugins.gltf.GlbLoader : glb
25+
LOADER io.github.jmecn.tiled.TmxLoader : tmx, tsx, tx
1.58 KB
Loading
1.86 KB
Loading
367 KB
Loading
502 KB
Loading

jme3-testdata/src/main/resources/tmx/BeatBoss/cave.tmx

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.

jme3-testdata/src/main/resources/tmx/BeatBoss/forest.tmx

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.

jme3-testdata/src/main/resources/tmx/BeatBoss/tomb.tmx

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<map version="1.0" orientation="orthogonal" width="40" height="40" tilewidth="32" tileheight="32">
3+
<tileset firstgid="1" source="desert.tsx"/>
4+
<layer name="Ground" width="40" height="40">
5+
<data encoding="base64" compression="zlib">
6+
eJztmNkKwjAQRaN9cAPrAq5Yq3Xf6v9/nSM2VIbQJjEZR+nDwQZScrwztoORECLySBcIgZ7nc2y4KfyWDLx+Jb9nViNgDEwY+KioAXUgQN4+zpoCMwPmQAtoAx2CLFbA2oDEo9+hwG8DnIDtF/2K8ks086Tw2zH0uyMv7HcRr/6/EvvhnsPrsrxwX7rwU/0ODig/eV3mh3N1ld8eraWPaX6+64s9McesfrqcHfg1MpoifxcVEWjukyw+9AtFPl/I71pER3Of6j4bv7HI54s+MChhqLlPdZ/P3qMmFuo5h5NnTOhjM5tReN2yT51n5/v7J3F0vi46fk+ne7aX0i9l6If7mpufTX3f5wsqv9TAD2fJLT9VrTn7UeZnM5tR+v0LMQOHXwFnxe2/warGFRWf8QDjOLfP
7+
</data>
8+
</layer>
9+
</map>

0 commit comments

Comments
 (0)