blob: cae886c75be94b140c472396cb736e7fddeceb35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*-- Riesiger Kristall --*/
#strict 2
func Set(int phase, int size, int rotation, int dir, int color)
{
SetAction("Be");
SetPhase(phase);
SetCon(size);
SetR(rotation);
SetDir(dir);
SetClrModulation(color);
}
|