Skip to content

Commit

Permalink
Update the inventory constant colors to include alphas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Oct 2, 2023
1 parent beaaae7 commit 4689139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/utils/constants.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class_name Constants
const DEFAULT_ATLAS_SIZE = 128

const INVENTORY_ATLAS_SIZE: int = 128
const INVENTORY_BG_COLOR: String = "07263d"
const INVENTORY_FG_COLOR: String = "ffffff"
const INVENTORY_BG_COLOR: String = "07263dc8"
const INVENTORY_FG_COLOR: String = "ffffffff"
const INVENTORY_MIN_BG_BLUR: float = 0.0
const INVENTORY_MAX_BG_BLUR: float = 3.0
static func INVENTORY_SELECTOR_POS(i: int) -> float: return -(81.25*((i-2)*2)-81.25) # Needs an offset to the left, partially works right now
Expand Down

0 comments on commit 4689139

Please sign in to comment.