̬̬̬̈̬̬̬̬̈̬̬̬̬̬̪쬪̬̬̬̪쬪 >? """"" """"""""" """""" """""""""""""" """"""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""" """""""""""""""033303333333333303333333333333330333333333033333333333333333333333333333333333333333333333333333333333333333333333333333330333333333033333333333333333 ݙݻݪݪ໻ ݪݍݝ ݝ𪪪ݻ݀  ݍݪ ݍ ݙݽݪݻݻ݈ݻݙ ݽݙ  ݝݽݪ  ݽ ݽ  ݍ -- title: let's head back -- author: ps -- desc: 256b intro for outline 2024 -- site: website link -- license: MIT License -- version: 0.1 -- script: lua cls() --{ circ(120,54,10,3) circ(200,72,20,15) circ(220,70,20,15) --} function TIC() poke(0x3FFB,0) rect(0,0,250,40,0) for i=0,2 do r=60+math.random(80) --{ line(math.random(250)-5,r,math.random(250),r,math.random(4)+7) line(math.random(250)-5,r,math.random(250),r,math.random(4)+12) circ(180+i*8-time()//2000,10,6,14) circ(188-time()//2000,8,8,14) circ(140+i*6-time()//4000,30,6,2) circ(145-time()//4000,24,6,2) circ(30+i*7-time()//2000,20,6,14) circ(34+i*2-time()//2000,14,4,14) --} end --[[ if keyp(61) then p=p+.01 end if keyp(60) then p=p-.01 end if keyp(58) then s=s+1 end if keyp(59) then s=s-1 end --]] for i=0,71 do poke(65436+i,math.sin(i*1.03)*57) end --print(p,0,0,12) --print(s,0,10,12) end function BDR(l) --{ poke(0x3FC0,250-l) poke(0x3FC1,120) poke(0x3FC2,120+l/2) --} end