Skip to content

Commit

Permalink
Remake flareon and fix sally
Browse files Browse the repository at this point in the history
  • Loading branch information
SylveonDev committed Nov 6, 2023
1 parent 31aa403 commit 8fce67a
Show file tree
Hide file tree
Showing 21 changed files with 1,307 additions and 1,203 deletions.
Binary file added art/animate/RECOVER_eevee.fla
Binary file not shown.
Binary file added art/animate/RECOVER_flareon.fla
Binary file not shown.
Binary file added art/animate/RECOVER_flareon2.fla
Binary file not shown.
Binary file modified art/animate/eevee.fla
Binary file not shown.
Binary file modified art/animate/flareon.fla
Binary file not shown.
Binary file added art/animate/flareon2.fla
Binary file not shown.
59 changes: 30 additions & 29 deletions assets/preload/characters/flareon.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,67 @@
{
"animations": [
{
"loop": false,
"offsets": [
0,
0
],
"anim": "idle",
"loop": false,
"fps": 24,
"name": "Idle",
"indices": []
"anim": "idle",
"indices": [],
"name": "Idle"
},
{
"loop": false,
"offsets": [
-10,
-40
-25,
-66
],
"anim": "singDOWN",
"loop": false,
"fps": 24,
"name": "Down0",
"indices": []
"anim": "singDOWN",
"indices": [],
"name": "Down0"
},
{
"loop": false,
"offsets": [
140,
0
89,
-6
],
"anim": "singLEFT",
"loop": false,
"fps": 24,
"name": "Left0",
"indices": []
"anim": "singLEFT",
"indices": [],
"name": "Left0"
},
{
"loop": false,
"offsets": [
-6,
16
4,
10
],
"anim": "singUP",
"loop": false,
"fps": 24,
"name": "Up0",
"indices": []
"anim": "singUP",
"indices": [],
"name": "Up0"
},
{
"loop": false,
"offsets": [
-61,
-10
-24,
-22
],
"anim": "singRIGHT",
"loop": false,
"fps": 24,
"name": "Right0",
"indices": []
"anim": "singRIGHT",
"indices": [],
"name": "Right0"
}
],
"no_antialiasing": false,
"image": "characters/flareon",
"isPlayable": false,
"position": [
60,
50
220
],
"healthicon": "flareon",
"flip_x": false,
Expand Down
79 changes: 79 additions & 0 deletions assets/preload/characters/flareon2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"animations": [
{
"offsets": [
0,
0
],
"loop": false,
"fps": 24,
"anim": "idle",
"indices": [],
"name": "Idle"
},
{
"offsets": [
40,
-70
],
"loop": false,
"fps": 24,
"anim": "singDOWN",
"indices": [],
"name": "Down0"
},
{
"offsets": [
250,
-10
],
"loop": false,
"fps": 24,
"anim": "singLEFT",
"indices": [],
"name": "Left0"
},
{
"offsets": [
74,
16
],
"loop": false,
"fps": 24,
"anim": "singUP",
"indices": [],
"name": "Up0"
},
{
"offsets": [
-91,
-10
],
"loop": false,
"fps": 24,
"anim": "singRIGHT",
"indices": [],
"name": "Right0"
}
],
"no_antialiasing": false,
"image": "characters/flareon2",
"isPlayable": false,
"position": [
60,
50
],
"healthicon": "flareon",
"flip_x": false,
"healthbar_colors": [
207,
78,
0
],
"camera_position": [
-130,
30
],
"sing_duration": 4,
"scale": 1.35
}
Loading

0 comments on commit 8fce67a

Please sign in to comment.