mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 23:42:21 +03:00
Remove hardcoded textbox colours
We have a custom textbox colour system, why not use it? This also moves the map of colours from CustomLevels to Script.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
c3e251fea9
commit
bd34af32de
@@ -170,8 +170,6 @@ public:
|
||||
SDL_Color getonewaycol(int rx, int ry);
|
||||
SDL_Color getonewaycol(void);
|
||||
bool onewaycol_override;
|
||||
|
||||
std::map<std::string, SDL_Color> customcolours;
|
||||
};
|
||||
|
||||
std::string translate_title(const std::string& title, bool* is_gettext);
|
||||
|
||||
Reference in New Issue
Block a user