Skip to content

Commit

Permalink
Update SettingsStorage.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangerhitam12 authored Jun 8, 2024
1 parent bd38251 commit 127e44c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/src/assets/Contexts/SettingsStorage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ const initialState = {
{
name: "staminaBar",
color: "green"
},
{
name: "stressBar",
color: "orange"
},
{
name: "drunkBar",
color: "purple"
}
],
infoColors: [
Expand Down

0 comments on commit 127e44c

Please sign in to comment.