summaryrefslogtreecommitdiff
path: root/shop.lua
blob: c8599e914b5309115ea5d734f6ff94a60768d1f8 (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.5)
mtop.setTextColor(colors.cyan)
mtop.setCursorPos(1,1)
mtop.write"DIAMONDS"