This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
634192640b
colobot-data
/
ai
/
ttit1.txt
13 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Renamed solutions to examples (colobot/colobot#502)
2015-07-13 17:03:34 +00:00
extern void object::Example()
Transform CRLF to LF line endings Used GNU sed: sed 's/\x0D$//' -i *.txt */*.txt */*/*.txt
2012-12-29 10:30:42 +00:00
{
move(20);
grab();
turn(180);
move(30);
drop();
move(-3);
}