Guest User

Untitled

a guest
Jun 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. setDimensions 176 166
  2.  
  3. drawFilledRect 198/198/198 0 0 max max
  4.  
  5. // border
  6. drawRepeatedImage border_t 0 0 max 1
  7. drawRepeatedImage border_b 0 max max 1
  8. drawRepeatedImage border_l 0 0 1 max
  9. drawRepeatedImage border_r max 0 1 max
  10.  
  11. // edges (w. transparency)
  12. drawOpaqueImage edge_tl 0 0
  13. drawOpaqueImage edge_tr max 0
  14. drawOpaqueImage edge_bl 0 max
  15. drawOpaqueImage edge_br max max
  16.  
  17. // machine slots
  18. addSlot input 64 16
  19. addSlot fuel 64 52
  20.  
  21. // progress bars
  22. addProgressOverlay charge right chargebar_background chargebar 90 36 4 0
  23. addProgressOverlay fuel up flames_dark flames_bright 66 37 0 0
  24.  
  25. // player slots
  26. addPlayerInventory center -29
  27. addPlayerHotbar center -7
Add Comment
Please, Sign In to add comment