git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-oh.rsc
blob: 4b4c060d3e888807dde90fe2a1083d0f938facf1 (plain)
1
2
3
4
5
6
7
8
 :for i from=800 to=2000 step=100 do={
   :beep frequency=$i length=11ms;
   :delay 11ms;
 }
 :for i from=2000 to=50 step=-100 do={
   :beep frequency=$i length=11ms;
   :delay 11ms;
 }