Esenthel
Administrator
|
RE: Custom shaped Progress Bar
I think it's possible to construct this using Gui Skin and Panel Image for Slidebar.
Divide image in 3x1 parts, and set to Left/Center/Right Image.
If that won't work, you can divide into 3x3 parts, that will work for sure.
And tweak parameters to remove lighting.
But if you want, you can always use custom codes for drawing too, for codes you could just draw the image using Image.drawPart if I remember correctly.
|
|
04-06-2021 02:19 PM |
|
Dwight
Member
|
RE: Custom shaped Progress Bar
(04-06-2021 02:19 PM)Esenthel Wrote: I think it's possible to construct this using Gui Skin and Panel Image for Slidebar.
Divide image in 3x1 parts, and set to Left/Center/Right Image.
If that won't work, you can divide into 3x3 parts, that will work for sure.
And tweak parameters to remove lighting.
But if you want, you can always use custom codes for drawing too, for codes you could just draw the image using Image.drawPart if I remember correctly.
Hello Greg,
Your 3x3 parts solved the issue! By dividing both images into 9 parts and setting the correct parameters and using the "Slider" I am able to 'fake' a progressBar!
Thank you very much!
|
|
04-06-2021 04:29 PM |
|