mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-10 02:14:06 +00:00
changed the default color in drawing tool to red
This commit is contained in:
parent
75465ca164
commit
ec79bb156b
@ -24,7 +24,7 @@ EX namespace mapeditor {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
EX color_t dtfill = 0;
|
EX color_t dtfill = 0;
|
||||||
EX color_t dtcolor = 0x000000FF;
|
EX color_t dtcolor = 0xFF0000FF;
|
||||||
EX ld dtwidth = .02;
|
EX ld dtwidth = .02;
|
||||||
|
|
||||||
/* drawing_tool shapes */
|
/* drawing_tool shapes */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user