UpDownLeftRight

FNF: Psych engine character .json file

Nov 2nd, 2021
5,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. {
  2. "animations": [
  3. {
  4. "loop": false,
  5. "offsets": [
  6. 20,
  7. -259
  8. ],
  9. "anim": "idle",
  10. "fps": 24,
  11. "name": "idle animation here",
  12. "indices": []
  13. },
  14. {
  15. "loop": false,
  16. "offsets": [
  17. 64,
  18. -265
  19. ],
  20. "anim": "singLEFT",
  21. "fps": 24,
  22. "name": "left animation here",
  23. "indices": []
  24. },
  25. {
  26. "loop": false,
  27. "offsets": [
  28. 8,
  29. -272
  30. ],
  31. "anim": "singRIGHT",
  32. "fps": 24,
  33. "name": "right animation here",
  34. "indices": []
  35. },
  36. {
  37. "loop": false,
  38. "offsets": [
  39. 27,
  40. -300
  41. ],
  42. "anim": "singDOWN",
  43. "fps": 24,
  44. "name": "down animation here",
  45. "indices": []
  46. },
  47. {
  48. "loop": false,
  49. "offsets": [
  50. 91,
  51. -249
  52. ],
  53. "anim": "singUP",
  54. "fps": 24,
  55. "name": "up animation here",
  56. "indices": []
  57. }
  58. ],
  59. "no_antialiasing": false,
  60. "image": "characters/character_name",
  61. "position": [
  62. 0,
  63. 0
  64. ],
  65. "healthicon": "put health icon here",
  66. "flip_x": false,
  67. "healthbar_colors": [
  68. 255,
  69. 255,
  70. 255
  71. ],
  72. "camera_position": [
  73. 0,
  74. 300
  75. ],
  76. "sing_duration": 4,
  77. "scale": 1
  78. }
Advertisement
Add Comment
Please, Sign In to add comment