1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 16:12:06 +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
+1 -1
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 */