jMonkeyEngine / examplegame-skulls

An example game about floating Skulls!
http://hub.jmonkeyengine.org/t/jmonkeyengine-example-game/31439
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Convert to Gradle and make this work with jME 3.6.1 #4

Closed tonihele closed 11 months ago

tonihele commented 11 months ago

Convert to Gradle and make this work with jME 3.6.1. Yeah, an example in the official repo. I guess the least to do is to just try to restore this a bit.

The problem being currently that nobody knows with what this project is supposed to be opened with. It links jME locally. It is probably old SDK Ant format. It just doesn't build anymore.

With Gradle it works regardless what you open it with.

tonihele commented 11 months ago

It was easier than I thought. I'll submit a PR shortly

tonihele commented 11 months ago

https://github.com/jMonkeyEngine/examplegame-skulls/pull/5