Initial commit

This commit is contained in:
Sharlotte
2021-05-04 15:06:09 +09:00
commit 75a262d240
14 changed files with 459 additions and 0 deletions

8
gradle.properties Normal file
View File

@@ -0,0 +1,8 @@
# Filename of output file (dexify prepends 'dexed-') (people will hate you if it isn't .jar)
pArtifactFilename = artifact.jar
# Group of project (should line up with dirs in src/)
pGroup = sonnicon
# Version of Mindustry to use (if not working, consult jitpack.io)
pMindustryVersion = v122
# Minimum API level for d8 (if you don't know what this is, leave it unless d8 yells at you)
pMinApi = 26