Tvick22 / platformer3x

Student repository for Trimester 3, Spring 2024. (Leaderboard Team)
https://tvick22.github.io/platformer3x/
Apache License 2.0
0 stars 0 forks source link

Chat name color features #22

Closed jellinki closed 2 months ago

jellinki commented 2 months ago

I found the plain black color to be a little boring, so I added a feature where you can select new colors for your name. I accomplished this through this:

        para.innerHTML = `<b style="color:${color};">${name}:</b> ${message}`;

And I added this to Chat.js. I like making my name purple :)

purple