8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a45bfc commit ac6785aCopy full SHA for ac6785a
app.js
@@ -33,7 +33,7 @@ Application.prototype.loadImage = function () {
33
this.imageReader
34
.read(this.$image, this.boxbot.map.columns, this.boxbot.map.rows)
35
.then((function (data) {
36
- var commands = 'tun bac\ntra bot\n'
+ var commands = 'mov to 1,1\nmov bot\ntun bac\n'
37
for (var y = 1; y <= data.length; y += 1) {
38
var columns = data[y - 1].length
39
for (var x = 1; x <= columns; x += 1) {
0 commit comments