Merge branch 'archive' into archive-update-v0.55.2

This commit is contained in:
Eliot Partridge
2019-10-04 10:31:47 -05:00
24 changed files with 406 additions and 105 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const ICON_SIZE = 16;
const headX = -26;
const headY = -30;
const headlessBoopFrame = { ...cloneDeep(boop.frames[7]), head: 0 };
const headlessBoop: BodyAnimation = { name: '', loop: false, fps: 1, frames: [headlessBoopFrame] };
const headlessBoop: BodyAnimation = { name: '', loop: false, fps: 1, frames: [headlessBoopFrame], disableHeadTurnFrames: 0 };
function createPony(coatColor: string, wings = false, horn = false) {
const info = createDefaultPony();