Skip to content

Commit

Permalink
fixup! Added more example scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 7, 2024
1 parent d56ab83 commit 16e976b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/Limits_Info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16e976b

Please sign in to comment.