jukkae / rascal

A roguelike.
Other
1 stars 0 forks source link

Store named colors in map #216

Closed jukkae closed 5 years ago

jukkae commented 5 years ago

Instead of named static variables, store named colors in map<string, Color>. Then it's possible to fetch colors at runtime without redundancy in code.

jukkae commented 5 years ago

fixed