git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/adams-telefone.rsc
blob: e843d59050b22f5a08bf7e9ace8ec0b8007dc8e2 (plain)
1
2
3
4
5
6
7
8
9
 :for t1 from=1 to=4 step=1 do={
   :for t2 from=1 to=25 step=1 do={
     :beep frequency=540 length=33ms;
     :delay 33ms;
     :beep frequency=650 length=27ms;
     :delay 27ms;
   }
   :delay 2000ms;
 }