PlaceholderGames / Gluten-Free-Waffles

Team 2 CS2S561 game
0 stars 2 forks source link

Improving the crosshair and other minor UI elements #36

Closed WilliamAkins closed 6 years ago

WilliamAkins commented 6 years ago

I'm currently re-writing the crosshair to support C# rather than JavaScript. I also want to make it so it's easier to edit how it appears with size and colour of the crosshair being public variables that we can change.

I may also look at some of the other UI elements and ensure they are consistent with each other, and may look at optimizing some of them.

WilliamAkins commented 6 years ago

I've now finished re-writing the way the crosshair works and looks. You can change it's size and colour very easily now and the code seems to be a bit cleaner. I also slightly improved the efficiency of some other UI elements that were inside the Player GUI script.

As this was a very small change, it was a simple task to push to master without affecting much of the other ongoing work.