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