diff options
| author | historia <[not public]> | 2026-06-23 05:13:15 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-23 05:13:15 -0400 |
| commit | 3511257cf199c42eddc8784b5babdb6a4120fd54 (patch) | |
| tree | 8e43d29a3a8fbd09813b277c74e36955c827c872 /model.go | |
| parent | 3d95de80228b09c9376ebb23037292805fce6dc3 (diff) | |
| download | tui-ascii-mapper-3511257cf199c42eddc8784b5babdb6a4120fd54.tar.gz | |
feat: wall/road characters added
Diffstat (limited to 'model.go')
| -rw-r--r-- | model.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ func (t Tool) String() string { case ToolLine: return "Line" case ToolRect: - return "Rect" + return "Rectangle" case ToolCircle: return "Circle" case ToolText: |
