collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
895 stars 101 forks source link

Ability to provide args to desktop version #58

Closed SomeoneIsWorking closed 5 years ago

SomeoneIsWorking commented 5 years ago

I couldn't find a way to pass arguments from IDE and all my searches led to this solution Example arguments I tested on Android Studio run configuration Arguments field -Pargs=-home,'C:/Games/Blizzard/Diablo II',-i,1920,-o,1080 Updated: -Pargs='-home "E:/Games/Diablo II" -i 1920 -o 1080' Feel free to close this PR if there is already a way to provide args to desktop version.