Gergling / 12a-mean

Development of a multiplayer turn-based game. In space!
0 stars 0 forks source link

Brace Colour Gradients #4

Open Gergling opened 9 years ago

Gergling commented 9 years ago

Improve the braces with colour gradients.

This could be done with CSS, but that requires about 6 rules to make a single gradient work across multiple browsers. A single-pixel repeating background image is implied by this to be more elegant, since the braces are of fixed width or height.

Two images are required, for horizontal and vertical. The images can be created using the javascript tool.

Gergling commented 9 years ago

This issue highlighted the need for grunt to create a dist folder (currently unversioned) in the templates image generator.