Advertisement
Guest User

textInput.animation

a guest
Feb 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. {
  2. "animatedParts" :
  3.     {
  4.     "stateTypes" :
  5.         {
  6.         "switchState" :
  7.             {
  8.             "default" : "default",
  9.             "states" :
  10.                 {
  11.                 "off" :
  12.                     {
  13.                     "frames" : 2,
  14.                     "cycle" : 3,
  15.                     "mode" : "loop"
  16.                     }
  17.                 }
  18.             }
  19.         },
  20.  
  21.     "parts" :
  22.         {
  23.         "switch" :
  24.             {
  25.             "properties" :
  26.                 {
  27.                 "centered" : false
  28.                 },
  29.  
  30.             "partStates" :
  31.                 {
  32.                 "switchState" :
  33.                     {
  34.                     "off" :
  35.                         {
  36.                         "properties" :
  37.                             {
  38.                             "image" : "<partImage>:default.<frame>"
  39.                             }
  40.                         }
  41.                     }
  42.                 }
  43.             }
  44.         }
  45.     }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement