Advertisement
Guest User

.object file

a guest
Jan 15th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. "inventoryIcon" : "icon.png",
  2. "orientations" : [
  3. {
  4. "imageLayers" : [ { "image" : "theobject.png:<color>.<frame>", "fullbright" : false }, { "image" : "theobjectlit.png:<color>.<frame>" } ],
  5. "direction" : "right",
  6.  
  7. "lightPosition" : [-1, 2],
  8.  
  9. "imagePosition" : [0, 0],
  10. "frames" : 1,
  11. "animationCycle" : 2.5,
  12.  
  13. "spaceScan" : 0.1,
  14. "interactiveSpaces": [
  15. [-5, 1], [-4, 1], [-3, 1], [-2, 1], [-1, 1], [0, 1],
  16. [-5, 2], [-4, 2], [-3, 2], [-2, 2], [-1, 2],
  17. [-4, 3], [-3, 3], [-2, 3],
  18. [-4, 4], [-3, 4], [-2, 4],
  19. [-6, 5], [-5, 5], [-4, 5], [-3, 5], [-2, 5], [-1, 5], [0, 5],
  20. [-6, 6], [-5, 6], [-4, 6], [-3, 6], [-2, 6], [-1, 6], [0, 6]
  21. ],
  22. "anchors" : [ "bottom" ]
  23. }
  24. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement