Advertisement
80LK

Untitled

Dec 30th, 2019
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. var guitest = new UI.StandartWindow({
  2. standart: {
  3. header: {
  4. text: {
  5. text: "Shop"
  6. }
  7. },
  8. inventory: {
  9. standart: true
  10. },
  11. background: {
  12. standart: true
  13. }
  14. },
  15. drawing: [{
  16. type: "line",
  17. x1: 0,
  18. y1: 70,
  19. x2: 1000,
  20. y2: 70,
  21. width: 1.5
  22. }],
  23. elements: {
  24. "slotBuy_0": {
  25. type: "slot",
  26. x: 360,
  27. y: 90,
  28. size: 50,
  29. source:{
  30. id:279,
  31. count:1
  32. },
  33. visual:true
  34. },
  35. "slotPrice_0": {
  36. type: "slot",
  37. x: 420,
  38. y: 90,
  39. size: 50,
  40. source:{
  41. id:388,
  42. count:2
  43. },
  44. visual:true
  45. },
  46. "slotSell_0": {
  47. type: "slot",
  48. x: 480,
  49. y: 90,
  50. size: 50,
  51. visual:true
  52. }
  53. }
  54. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement