pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

Add arcade.uicolors to doc, then fix alpha and position in resource + color listings #2419

Closed pushfoo closed 1 month ago

pushfoo commented 1 month ago

TL;DR: Fix resource and color stuff ahead of 3.0 / further doc

  1. Make color and checkered bg CSS a bit more generic
  2. Add arcade.uicolor to doc + add positional alpha to each color (keeps the regex and logic simpler)
  3. Fix #2388 since we may need that for color discussion / doc anyway
  4. Center resource listing tiles contents
  5. Fix the 1px gap at the bottom of color tiles
  6. Change color listing order to name, color swatch, constants