Skip to content

Commit ed8815c

Browse files
authored
Merge pull request #8 from TheCodeRaccoons/te-taking-project
Te taking project
2 parents 60e98ba + 194f0aa commit ed8815c

147 files changed

Lines changed: 4 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Components/Skills/SkillContainer/SkillContainer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
flex-direction: column;
4545
justify-content: center;
4646
align-items: center;
47-
padding-top: 1rem;
47+
padding-top: 2.5rem;
4848
font-size: 1.25em;
4949
width: 100%;
5050
height: 80%;
@@ -71,11 +71,11 @@
7171

7272
.skill-container__progress-fill {
7373
height: 100%;
74-
background: linear-gradient(90deg, #4caf50, #81c784);
74+
background: linear-gradient(90deg, #A8511B, #CC7625);
7575
border-radius: 4px;
7676
transition: width 0.3s ease;
7777
min-width: 2px;
78-
box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
78+
box-shadow: 0 0 8px rgba(168, 81, 27, 0.5);
7979
}
8080

8181
.skill-container__icon {

src/Components/Skills/SkillContainer/SkillContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Skills = ({
4848
}}
4949
></div>
5050
</div>
51-
{xpToNextLevel > 0 ? `XP to next level: ${xpToNextLevel}` : "Max Level Reached"}
51+
{xpToNextLevel > 0 ? `${xpToNextLevel}XP to next level` : "Max Level Reached"}
5252
{/* {xp} / {levelInfo.val} */}
5353
</div>
5454
</div>
-553 Bytes

src/Media/Crafting/Bait.png

-561 Bytes

src/Media/Crafting/Barbed_Hook.png

-579 Bytes
-1 KB
-584 Bytes
-533 Bytes

src/Media/Crafting/Bomb.png

-550 Bytes

src/Media/Crafting/Campfire.png

-925 Bytes

0 commit comments

Comments
 (0)