mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-23 07:15:18 -07:00
10 lines
182 B
Text
10 lines
182 B
Text
|
>addsensor(50, 0, 10, 1); # 0-Fire Sensor
|
||
|
>addsensor(100, 90, 150, 1);
|
||
|
>addsensor(100, 270, 150, 1);
|
||
|
|
||
|
: turretcw(75);
|
||
|
sense(0): fire();
|
||
|
sense(1): turretcw();
|
||
|
sense(2): turretccw();
|
||
|
|