2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
395 B

  1. {
  2. "deploy": {
  3. "zeroInterpolation": "set",
  4. "components": {
  5. "SlideBack": {
  6. 0: { "translate": [0, 0] },
  7. 0.25: { "translate": [-1.5, 0] },
  8. 1: { "translate": [0, 0], "interpolation": "ease-in" }
  9. },
  10. "SlideFront": {
  11. 0: { "translate": [0, 0] },
  12. 0.25: { "translate": [-1.5, 0] },
  13. 1: { "translate": [0, 0], "interpolation": "ease-in" }
  14. }
  15. }
  16. }
  17. }