-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SylveonDev
committed
Nov 6, 2023
1 parent
31aa403
commit 8fce67a
Showing
21 changed files
with
1,307 additions
and
1,203 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.