File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ class Flags {
169169 public static var DEFAULT_HEALTH : Null <Float > = null ;// DEFAULT_MAX_HEALTH / 2.0;
170170 public static var DEFAULT_ICONBOP : Bool = true ;
171171 public static var BOP_ICON_SCALE : Float = 1.2 ;
172+ public static var ICON_DEFAULT_SCALE : Float = 1 ;
172173 public static var ICON_OFFSET : Float = 26 ;
173174 public static var ICON_LERP : Float = 0.33 ;
174175
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class HealthIcon extends FunkinSprite
5555 *
5656 * This is what scale the icon should return to when its bump animation is finished
5757 */
58- public var defaultScale : Float = 1 ;
58+ public var defaultScale : Float = Flags . ICON_DEFAULT_SCALE ;
5959
6060 /**
6161 * Whenever or not the icon is animated or not
You can’t perform that action at this time.
0 commit comments