Home page

🧭 Guides

Offsets

Team Astronix Studios

Offsets in plugins like ItemsAdder and Oraxen play an important role. They allow you to move images or text by a specified number of pixels.

ItemsAdder

  • To use offsets, there is a function :offset_(value):. This function shifts an element left or right by the specified number of pixels. Using negative values moves the element to the left, while positive values move it to the right.

Example:

  • :offset_-16: - Moves 16 pixels to the left.
  • :offset_16: - Moves 16 pixels to the right.

Oraxen

  • To use offsets, there is a function <shift:(value)>. This function shifts an element left or right by the specified number of pixels. Using negative values moves the element to the left, while positive values move it to the right.

Example:

  • <shift:-16> - Moves 16 pixels to the left.
  • <shift:16> - Moves 16 pixels to the right.
Previous
Beach Interface