DEADSOFTWARE

Initial commit
authorfred-boy <fred-boy@protonmail.com>
Thu, 5 Apr 2018 06:16:57 +0000 (13:16 +0700)
committerfred-boy <fred-boy@protonmail.com>
Thu, 5 Apr 2018 06:16:57 +0000 (13:16 +0700)
commitb1614a603547cfdcc3501b178f03aa40f1b7b82f
tree7c12966f0f7cfff234381147891ffee3aa60e732
Initial commit
25 files changed:
.gitignore [new file with mode: 0644]
android/AndroidManifest.xml [new file with mode: 0644]
android/build.gradle [new file with mode: 0644]
android/ic_launcher-web.png [new file with mode: 0644]
android/proguard-rules.pro [new file with mode: 0644]
android/project.properties [new file with mode: 0644]
android/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
android/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
android/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
android/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
android/res/drawable-xxxhdpi/ic_launcher.png [new file with mode: 0644]
android/res/values/strings.xml [new file with mode: 0644]
android/res/values/styles.xml [new file with mode: 0644]
android/src/ru/deadsoftware/cavecraft/AndroidLauncher.java [new file with mode: 0644]
build.gradle [new file with mode: 0644]
core/build.gradle [new file with mode: 0644]
core/src/ru/deadsoftware/cavecraft/CaveGame.java [new file with mode: 0644]
desktop/build.gradle [new file with mode: 0644]
desktop/src/ru/deadsoftware/cavecraft/desktop/DesktopLauncher.java [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
settings.gradle [new file with mode: 0644]