colobot-data/ai/tspid1.txt

14 lines
106 B
Plaintext
Raw Normal View History

extern void object::Solution()
{
aim(0);
fire(1);
turn(90);
fire(1);
turn(-180);
fire(1);
}