srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Set textures for tokens to increase visibility #388

Closed Adimote closed 1 year ago

Adimote commented 1 year ago

Add 1px textures for Gold, Silver, and Bronze tokens so they are easier to discern.

This has quite a lot of repetition in the token proto files, sadly I couldn't figure out how to DEF a string list.

Before: image

After: image

PeterJCLaw commented 1 year ago

Bear in mind that textures don't carry over into the animations. Not sure if that's a big issue though?

PeterJCLaw commented 1 year ago

Thought -- does this need to be texture, or could we make the marker a specific colour?

PeterJCLaw commented 1 year ago

Closing in favour of #389.

PeterJCLaw commented 1 year ago

Closing as this was specific to last year's game. We might revisit this idea for future tokens, however it will likely want different colours/etc.