Skip to content

Commit

Permalink
feat(ui): set default background transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Mar 10, 2024
1 parent 1d87f59 commit 95f5d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/interface/constants/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const DEFAULT_INTERFACE_OPTIONS: InterfaceOptions = {
medium: new Font("rbxassetid://16658221428", Enum.FontWeight.Medium),
bold: new Font("rbxassetid://16658221428", Enum.FontWeight.Bold),
},
backgroundTransparency: 0.25,
};

0 comments on commit 95f5d1b

Please sign in to comment.