Introduced 8 hours ago.
G5GPXXNREK7FS6IBFANUXU3LDXDFBZ2CS2GFL42DIT7RSZCBCAHAC
TWOCOTZPRAI2JQH6QY2ZBUZGYA53G7MCOSO64LBIO7OCVEHK7AGQC
GVX7YSQYURPWFSUWVUAORZJTQBJURWWNBNUGEZYFAUMX3X5LSACQC
local touch = touch(touch_id) circle('fill', touch.x, touch.y, 10)
local touch = touch(touch_id)
circle('fill', touch.x, touch.y, 10)
local x,y = touch(touch_id) circle('fill', x,y, 10)
local x,y = touch(touch_id)
circle('fill', x,y, 10)