summaryrefslogtreecommitdiff
path: root/shop.lua
blob: 49aac58690b80309a112379ab89d098796514253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sres =textutils.unserializeJSON( http.post("https://krist.dev/ws/start","").readAll())
assert(sres.ok,"not ok")
wsurl = sres.url



mtop = peripheral.wrap"top"
mtop.setTextScale(3.8)
mtop.setTextColor(colors.cyan)
mtop.setCursorPos(1,1)
mtop.write"DIAMONDS"