From fdff4eefb286d4218789dc39374a95b95f027a22 Mon Sep 17 00:00:00 2001 From: ROYAL <53056602+ROYALEPRO@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:23:25 +0100 Subject: [PATCH] :skull: --- assets/preload/characters/leaker2.json | 70 +++++++++---------- source/states/editors/CharacterEditorState.hx | 2 +- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/assets/preload/characters/leaker2.json b/assets/preload/characters/leaker2.json index 6ddd221d..51b1738b 100644 --- a/assets/preload/characters/leaker2.json +++ b/assets/preload/characters/leaker2.json @@ -1,81 +1,81 @@ { "animations": [ { - "loop": false, "offsets": [ -5, 2 ], - "anim": "idle", + "loop": false, "fps": 24, - "name": "LEAKER 2 IDLE", - "indices": [] + "anim": "idle", + "indices": [], + "name": "LEAKER 2 IDLE" }, { - "loop": false, "offsets": [ -31, -7 ], - "anim": "singDOWN", + "loop": false, "fps": 24, - "name": "leaker 2 DOWN0", - "indices": [] + "anim": "singDOWN", + "indices": [], + "name": "leaker 2 DOWN0" }, { - "loop": false, "offsets": [ 81, - 247 + 241 ], - "anim": "singUP", + "loop": false, "fps": 24, - "name": "LEAKER 2 UP", - "indices": [] + "anim": "singUP", + "indices": [], + "name": "LEAKER 2 UP" }, { + "loop": false, "offsets": [ - 299, + 287, 3 ], - "loop": false, - "fps": 24, "anim": "singLEFT", - "indices": [], - "name": "LEAKER 2 LEFT" + "fps": 24, + "name": "LEAKER 2 LEFT", + "indices": [] }, { + "loop": false, "offsets": [ - -110, - -44 + -109, + -36 ], - "loop": false, - "fps": 24, "anim": "singRIGHT", - "indices": [], - "name": "LEAKER 2 RIGHT" + "fps": 24, + "name": "LEAKER 2 RIGHT", + "indices": [] }, { + "loop": true, "offsets": [ 117, 15 ], - "indices": [], - "fps": 24, "anim": "floss", - "loop": true, - "name": "floss" + "fps": 24, + "name": "floss", + "indices": [] }, { + "loop": false, "offsets": [ - 20, - 33 + -7, + 40 ], - "indices": [], - "fps": 24, "anim": "kiss ass", - "loop": false, - "name": "Leaker amante del poto" + "fps": 24, + "name": "Leaker amante del poto", + "indices": [] } ], "dataType": "JSON", @@ -86,7 +86,7 @@ 120 ], "healthicon": "leakers", - "flip_x": false, + "flip_x": true, "healthbar_colors": [ 56, 59, diff --git a/source/states/editors/CharacterEditorState.hx b/source/states/editors/CharacterEditorState.hx index ffe37d65..52179f25 100644 --- a/source/states/editors/CharacterEditorState.hx +++ b/source/states/editors/CharacterEditorState.hx @@ -106,7 +106,7 @@ class CharacterEditorState extends MusicBeatState charLayer = new FlxTypedGroup(); add(charLayer); - bf = new Character(400, 350, "leaker1"); + bf = new Character(400, 350, "leaker2"); bf.color = 0xFF000000; bf.alpha = 1 / 3; bf.visible = false;