diff options
| author | Omar Rizwan <omar@omar.website> | 2022-11-08 01:55:45 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-11-08 01:55:45 +0000 |
| commit | 8f5bc60b856f416d025e2a7cb123fe18703ade1b (patch) | |
| tree | fd3f9c0a0514458dfd3c2b4a1e32372da5b10f69 /virtual-programs | |
| parent | Start working on rotate. Think it needs to rotate entire textures (diff) | |
| download | folk-8f5bc60b856f416d025e2a7cb123fe18703ade1b.tar.gz folk-8f5bc60b856f416d025e2a7cb123fe18703ade1b.zip | |
temp disable rotate so this is wroking
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/label.folk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual-programs/label.folk b/virtual-programs/label.folk index 94d13bc7..b3ed5222 100644 --- a/virtual-programs/label.folk +++ b/virtual-programs/label.folk @@ -13,7 +13,6 @@ When /someone/ wishes /thing/ is labelled /text/ { set longestLineLength [tcl::mathfunc::max {*}[lmap line $lines {string length $line}]] set fontSize [expr {$width / $longestLineLength}] for {set lineNum 0} {$lineNum < [llength $lines]} {incr lineNum} { - Display::text device $x [expr {$y+$lineNum*18}] $fontSize [lindex $lines $lineNum] $radians - } + Display::text device $x [expr {$y+$lineNum*18}] $fontSize [lindex $lines $lineNum] 0 } } } |
