} else if (atom.input.pressed('move_right')) {
      if (this.dir !== "left") {
          this.newdir = "right";
          createInfo("Info", JSON.stringify({"move": "right"}));
      }