-Implemented ability to configure game controls by moving them around individually. Controls save locations once they are placed.

This commit is contained in:
Ironthighs
2016-07-20 22:28:39 -05:00
parent 11fea215f1
commit 3dfeea01da
9 changed files with 270 additions and 12 deletions

View File

@ -9,6 +9,10 @@ android {
// This is important as it will run lint but not abort on error
// Lint has some overly obnoxious "errors" that should really be warnings
abortOnError false
//Uncomment disable lines for test builds...
//disable 'MissingTranslation'
//disable 'ExtraTranslation'
}
defaultConfig {