xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
108 stars 16 forks source link

Some improvements #42

Closed fgnm closed 2 years ago

fgnm commented 2 years ago

Hi, These are the improvements I made to get HyperLap2D working with TeaVM backend:

Thanks :)

xpenatan commented 2 years ago

Hi, thanks.

I see that there are some classes with line ending problem. For example, there are no changes in bullet extension but its showing as a changed file.

fgnm commented 2 years ago

Ah yes, changed automatically by the system (I use Ubuntu).. But with this formatting there shouldn't be problems with sharing code between Windows and Linux.. I could revert if it's a issue for you

xpenatan commented 2 years ago

Hi, please make a pull to get the changes I made.

I think I fixed the line ending problem. There were some files with windows line ending so I converted everything to LF.

About the currupted jar file, I think git checkout was messing with it. I added to ignore in .gitattributes. I also removed eclipse files so its gradle only.