Defold 1.9.1 BETA

Problems with outline alpha. On some labels after i upgrade project to new file format.

nodes {
  position {
    y: 5.0
  }
  scale {
    x: 0.9
    y: 0.9
  }
  size {
    x: 200.0
    y: 100.0
  }
  color {
    x: 0.502
    y: 0.6
  }
  type: TYPE_TEXT
  text: "Privacy policy"
  font: "game_font"
  id: "text"
  outline {
    x: 0.6
    y: 0.502
    z: 0.902
  }
  shadow {
    x: 1.0
    y: 1.0
    z: 1.0
  }
  parent: "btn_privacy/root"
  inherit_alpha: true
  outline_alpha: 0.0
  text_leading: 0.0
  text_tracking: 0.02
}

outline_alpha: 0.0 but in bundle it always 1

2 Likes