Guest User

Untitled

a guest
Jun 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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.png 0 0 max 1
  7. drawRepeatedImage border_b.png 0 max max 1
  8. drawRepeatedImage border_l.png 0 0 1 max
  9. drawRepeatedImage border_r.png max 0 1 max
  10.  
  11. // edges (w. transparency)
  12. drawOpaqueImage edge_tl.png 0 0
  13. drawOpaqueImage edge_tr.png max 0
  14. drawOpaqueImage edge_bl.png 0 max
  15. drawOpaqueImage edge_br.png max max
  16.  
  17. // machine slots
  18. addSlot input 64 16
  19. addSlot fuel 64 52
  20.  
  21. drawImage flames_dark.png 66 37
  22. drawImage chargebar_background.png 90 36
  23.  
  24. // player slots
  25. addPlayerInventory 7 83
  26. addPlayerHotbar 7 141
  27.  
  28. addTexture flamesBright flames_bright.png
  29. addTexture chargebar chargebar.png
Add Comment
Please, Sign In to add comment