Search found 9 matches
- Sat Jun 20, 2020 5:09 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
The game code is really interesting, I have learnt a lot, I reviewd also some game engines like unity or godot, found that those engines have some of the physichs implemented in the object while in lingbdx you had to program them. What I still dont understand is, since the ball moves with an x,y,z m...
- Wed Jun 03, 2020 12:43 am
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
What's the concept of subframes?, i mean I understand that a frame is an image in a certain point, but whats a subframe?
- Mon May 25, 2020 3:39 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
What image editor are u using?
- Mon May 25, 2020 6:54 am
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
I used paint.net to open the png, when I save it the image looks fine exactly the same colours than the original, however when I run the game the renderization is made with bad colours, do you know why that is happening?
- Sun May 24, 2020 10:22 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
I tried to join the images in one single image but it gave me some error of pallete
"Palette not found inside image!"
Was because the image has to be saved wit transparency?
"Palette not found inside image!"
Was because the image has to be saved wit transparency?
- Sun May 24, 2020 6:14 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
Interesting, did not know about that concept,
Another question, why the stadium is not one single image instead of several images? is it due some performance issue or because is not possible to manage big textures?
Another question, why the stadium is not one single image instead of several images? is it due some performance issue or because is not possible to manage big textures?
- Sat May 23, 2020 10:38 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
Guys I finally be able to run the code ans works fine, In my process of learning Java, I'm not understanding whats the classes FSM are used, whats their purpose SceneFSM, Match FSM etc..
- Mon Apr 20, 2020 7:41 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
Re: java IDE & gradle
Well the correct version of the SDK is de 11 to work with gradle, now im able to run the desktop, however no teams/competition are shown in the screen, when select a friendly match or a cup etc.., no music also
- Sun Apr 19, 2020 7:51 pm
- Forum: PC Development
- Topic: java IDE & gradle
- Replies: 17
- Views: 1378
java IDE & gradle
Hello guys, I'm using the Intellij Java IDe to check the code and see if I can learn some Java in the process(I'm a microsoft guy) you know using something productive with all these time in home due the quarentine, but I had some problems running the code, I'm using the java sdk14 however I thinks i...