colobot-data/ai/tspid1.txt

14 lines
119 B
Plaintext
Raw Normal View History

2012-09-13 21:35:43 +00:00
extern void object::Solution()
{
aim(0);
fire(1);
turn(90);
fire(1);
turn(-180);
fire(1);
}