I create a harbor linetool plugin and have a trouble
How to place that on water?
How to place on water?
Moderators: Scenario Moderators, Plugin Moderators
- litowskitzar
- Small-town resident
- Posts: 29
- Joined: 13 Oct 2017, 19:25
- Location: Memel
- Plugins: Showcase Store
- Version: Beta
-
Platform
How to place on water?
Last edited by litowskitzar on 18 Mar 2018, 21:52, edited 1 time in total.
- CommanderABab
- AB
- Posts: 11240
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: How to place on water?
Code: Select all
"frames":[{"bmp":"yourimage.png","handle y":4}]
- litowskitzar
- Small-town resident
- Posts: 29
- Joined: 13 Oct 2017, 19:25
- Location: Memel
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: How to place on water?
Thanks!CommanderABab wrote: ↑18 Mar 2018, 21:30Just an example code fragment. "handle y" allows you to move the pivot position up or down. So 4 would be 4 pixels down.Code: Select all
"frames":[{"bmp":"yourimage.png","handle y":4}]

- MsmNoMoreSpam2
- Small-town resident
- Posts: 29
- Joined: 15 Oct 2018, 12:23
- Plugins: Showcase Store
-
Platform
Re: How to place on water?
Download Link?