1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-09 23:49:53 +00:00

changed the default color in drawing tool to red

This commit is contained in:
Zeno Rogue 2024-07-27 18:00:42 +02:00
parent 75465ca164
commit ec79bb156b

View File

@ -24,7 +24,7 @@ EX namespace mapeditor {
#endif
EX color_t dtfill = 0;
EX color_t dtcolor = 0x000000FF;
EX color_t dtcolor = 0xFF0000FF;
EX ld dtwidth = .02;
/* drawing_tool shapes */