Import LibGDX project

This commit is contained in:
2019-11-05 22:04:23 -05:00
commit a680e5b88e
62 changed files with 1135 additions and 0 deletions

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false