Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am following a tutorial on making a flappy bird with the Libgdx framework. -http://www.kilobolt.com/day-11-supporting-iosandroid--splashscreen-menus-and-tweening.html

I am currently on the step of adding the Tween Engine Library to my project.

The is the algorithm that the author gave us to do

1.Open up the gdx-setup-ui jar, like we did in Day 2. If you need to download that again, click here.
2.Specify the core project path as shown below.
3.Make sure you select "Universal Tween Engine" by clicking the checkbox.

And the visual diagram that the author gave us that illustrated this algorithm enter image description here

Here is the UI that I get when I launch the jar file enter image description here

Where do I find core project path in this updated UI? I assumed it was the destination dialog but when I typed in the path to my project and hit generate, I got a dialog that asked me if I was sure I wanted to overwrite my files(in this case i didn't) What would be the new UI's way of going about this? There wasn't even an option for Tween Engine in the extensionsenter image description here

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.