Skip to content

Commit

Permalink
docs: Correction in hotspot coordinates documentation (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylasnier authored Sep 28, 2024
1 parent 912d560 commit b98726e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MAKING_THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Each cursor image is a separate directory. In it, multiple size variations can b
resize_algorithm = bilinear

# "hotspot" is where in your cursor the actual "click point" should be.
# this is in absolute coordinates. x+ is east, y+ is north.
# this is in absolute coordinates. x+ is east, y+ is south.
# the pixel coordinates of the hotspot at size are rounded to the nearest:
# (round(size * hotspot_x), round(size * hotspot_y))
hotspot_x = 0.0 # this goes 0 - 1
Expand Down Expand Up @@ -102,4 +102,4 @@ define_override = 'shape1;shape2;shape3'
define_size = '24,image1.png,200;24,image2.png,200;32,image3.png,200'
```

You can put spaces around the semicolons if you prefer to.
You can put spaces around the semicolons if you prefer to.

0 comments on commit b98726e

Please sign in to comment.