upper limit for SetLineWidth?

BlitzMax Forums/BlitzMax Beginners Area/upper limit for SetLineWidth?

Bukky(Posted 2006) [#1]
Hey guys,

I'm trying to implement a lifebar in my game using the DrawLine command. Using a call to DrawLine, I cant get the lifebar to be thick enough. Am I just better off drawing two or more lines and have them overlap one another in order to fit the parameters of my interface?


fredborg(Posted 2006) [#2]
Wouldn't it be better to use DrawRect?


Bukky(Posted 2006) [#3]
Ah, good call, thanks. It's been a long week :)