git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-phone-f.rsc
blob: 05ec8890de0fdd1541b358f87b0a8c3e8e049389 (plain)
1
2
3
4
5
6
7
8
:local phone [:parse ":for i from=1 to=10 step=1 do={:beep frequency=1195 length=22ms;:delay 22ms;:beep frequency=2571 length=22ms;:delay 22ms;}"];
:for i from=1 to=4 do={
	$phone;
	:delay 400ms;
	$phone;
	:delay 2000ms;
}