gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
165 stars 10 forks source link

feat(hex input): added hex input for the colors #107

Closed kriskw1999 closed 3 weeks ago

kriskw1999 commented 1 month ago

Issue: https://github.com/gamercade-io/gamercade_console/issues/23

Hey,

I have picked an old issue and added the hex input. It seems to work great.

Feel free to ask for any improvement since I am already deep diving into the best practices of rust.

And by the way great project keep pushing!

image
RobDavenport commented 3 weeks ago

Awesome! Thanks for the PR!

Looks like the linter is failing - could you run cargo fmt and try again? If it passes, I'll go ahead and merge it.

kriskw1999 commented 3 weeks ago

You're right, sorry. Pushed right now! @RobDavenport

RobDavenport commented 3 weeks ago

Thanks! Merged!