Page 1 of 1

How to place on water?

Posted: 18 Mar 2018, 20:53
by litowskitzar
I create a harbor linetool plugin and have a trouble
How to place that on water?
efH8BGIsVco.jpg

Re: How to place on water?

Posted: 18 Mar 2018, 21:30
by CommanderABab

Code: Select all

"frames":[{"bmp":"yourimage.png","handle y":4}]
Just an example code fragment. "handle y" allows you to move the pivot position up or down. So 4 would be 4 pixels down.

Re: How to place on water?

Posted: 18 Mar 2018, 21:53
by litowskitzar
CommanderABab wrote:
18 Mar 2018, 21:30

Code: Select all

"frames":[{"bmp":"yourimage.png","handle y":4}]
Just an example code fragment. "handle y" allows you to move the pivot position up or down. So 4 would be 4 pixels down.
Thanks! :idea:

Re: How to place on water?

Posted: 15 Oct 2018, 18:57
by MsmNoMoreSpam2
Download Link?