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