1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +00:00

fat edges in linepatterns in 3D

This commit is contained in:
Zeno Rogue
2020-01-26 00:48:56 +01:00
parent f20a6bf2f6
commit 9f947c70a7
5 changed files with 49 additions and 1 deletions

View File

@@ -2863,7 +2863,10 @@ EX namespace linepatterns {
});
dialog::addBoolItem_action("edit widths individually", indiv, 'I');
if(GDIM == 3)
dialog::addBoolItem_action("fat edges", fat_edges, 'F');
dialog::addBreak(50);
dialog::addInfo("change the alpha parameter to show the lines");