From 16e976bc0b1ee593447046a14c83dd997e182f01 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 7 Oct 2024 23:33:13 +0200 Subject: [PATCH] fixup! Added more example scripts. --- examples/Limits_Info.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/Limits_Info.txt b/examples/Limits_Info.txt index a823f8f2..c05f50c9 100644 --- a/examples/Limits_Info.txt +++ b/examples/Limits_Info.txt @@ -65,13 +65,8 @@ function DRAW_POOL_INFO(poolAddres :int, txt :string, vPos :float) : float int count, size count, size = GET_POOL_INFO(poolAddres) - set_text_right_justify {state} true - set_text_scale {widthScale} 0.25 {heightScale} 1.0 - set_text_edge {size} 1 {red} 0 {green} 0 {blue} 0 {alpha} 240 - SET_TEXT_COLOR(count, size) - display_text_formatted {offsetLeft} 635.0 {offsetTop} vPos {format} txt {args} count size + vPos = DRAW_COUNT_LINE(vPos, txt, count, size) - vPos += 10.0 return vPos end