diff --git a/IWantToHeal-Thor-v1.1.28.apk b/IWantToHeal-Thor-v1.1.28.apk new file mode 100644 index 0000000..d2f9f6a Binary files /dev/null and b/IWantToHeal-Thor-v1.1.28.apk differ diff --git a/android/app/build.gradle b/android/app/build.gradle index 9a57ddd..f45e7dc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.warren.iwanttoheal" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 107 - versionName "1.1.27" + versionCode 108 + versionName "1.1.28" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/src/modes/iwt2/content/classes.ts b/src/modes/iwt2/content/classes.ts index e0800d7..72f9c29 100644 --- a/src/modes/iwt2/content/classes.ts +++ b/src/modes/iwt2/content/classes.ts @@ -162,8 +162,8 @@ export const IWT2_CLASS_METADATA: Record = url: '/iwt2/classes/arena/layers/warrior-weapon-axe.png', drawOrder: 'front', heightScale: 1.72, - offsetXScale: 0.48, - offsetYScale: -2.05, + offsetXScale: 0.38, + offsetYScale: -0.88, originX: 0.18, originY: 0.5, attackMotion: { diff --git a/tmp/iwt2-layer-generation/warrior-runtime-layer-preview.png b/tmp/iwt2-layer-generation/warrior-runtime-layer-preview.png index 6328ede..92649f9 100644 Binary files a/tmp/iwt2-layer-generation/warrior-runtime-layer-preview.png and b/tmp/iwt2-layer-generation/warrior-runtime-layer-preview.png differ