Advertisement
Guest User

hud_screen.json

a guest
Jun 25th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | None | 0 0
  1. {
  2.     "namespace": "hud",
  3.  
  4.     "hotbar_renderer":
  5.         {
  6.             "type": "custom",
  7.             "renderer": "hotbar_renderer",
  8.             "size": [ 42, 44 ],
  9.             "layer": 1,
  10.             "bindings":
  11.                 [
  12.                     {
  13.                         "binding_collection_name": "$hotbar_collection_name",
  14.                         "binding_type": "collection_details"
  15.                     }
  16.                 ],
  17.             "controls":
  18.                 [
  19.                     {
  20.                         "hotbar_slot_image@hotbar_slot_image": {}
  21.                     }
  22.                 ]
  23.         }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement