Rename and fix coding style

This commit is contained in:
No Time To Play 2023-09-15 05:26:51 +00:00
parent 1267a8ed3b
commit aabe0b3667
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ color darkblue; circles 400 400
font "Noto Sans"; size 48
color white; set j 0
foreach i {GENERATE ORIGINAL ART} {
foreach i "GENERATE ORIGINAL ART" {
incr j 64
text 225 [+ 225 $j] $i
}