Skip to content

Commit

Permalink
Add help text to extrude tool
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumechereau committed Jan 1, 2024
1 parent 032020f commit f7b4a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/extrude.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ static int iter(tool_t *tool_, const painter_t *painter,

static int gui(tool_t *tool)
{
goxel_set_help_text("Drag any surface to extrude it.");
return 0;
}

Expand Down

0 comments on commit f7b4a92

Please sign in to comment.