Created
June 19, 2020 14:22
-
-
Save Core-commits/dc738041f60969c1b2290698b8bd5aa9 to your computer and use it in GitHub Desktop.
Bot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let Bot = new Bot("BotName") | |
let outfit = new Outfit(Bot) | |
.body("#fcfffd")//Bodycolours of the bot in hex | |
.torso("#fcfffd") | |
.rightLeg("#00ff55") | |
.leftLeg("#00ff55") | |
Game.newBot(Bot) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment