colobot-data/ai/tmove1.txt

11 lines
208 B
Plaintext
Raw Normal View History

extern void object::Solution( )
{
move(20); // go to checkpoint 1
turn(90);
move(20); // go to checkpoint 2
turn(-90);
move(20); // go to checkpoint 3
turn(-90);
move(20); // go to finishing pad
}