aboutsummaryrefslogtreecommitdiff
path: root/model.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-23 05:13:15 -0400
committerhistoria <[not public]>2026-06-23 05:13:15 -0400
commit3511257cf199c42eddc8784b5babdb6a4120fd54 (patch)
tree8e43d29a3a8fbd09813b277c74e36955c827c872 /model.go
parent3d95de80228b09c9376ebb23037292805fce6dc3 (diff)
downloadtui-ascii-mapper-3511257cf199c42eddc8784b5babdb6a4120fd54.tar.gz
feat: wall/road characters added
Diffstat (limited to 'model.go')
-rw-r--r--model.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.go b/model.go
index 99a08be..65b1132 100644
--- a/model.go
+++ b/model.go
@@ -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: