Skip to content

Commit

Permalink
Ground-Markers: add right-click color marking (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felanbird authored May 21, 2024
1 parent 4b2cf30 commit e7b331a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions Ground-Markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,56 @@

The Ground Markers plugin allows user to mark tiles around the world. Marking tiles can be done by holding the **shift key** and right clicking the tile you want to mark and then click "Mark tile" in the menu.

Removing a marked tiles follows the same principle, shift right click the tile and select the menu option again to remove the tile.
You are able to do the following with a marked tile in that same shift right click menu:

Marked tiles can also be labeled by shift right clicking the desired previously marked tile.
- Unmark (delete)
![unmark tile](img/ground-markers/ground_markers_unmark.png)

![Shift-Right Click marked tile](img/ground-markers/ground_markers_label.png)
- Label
![label tile](img/ground-markers/ground_markers_label.png)

- Color
![color tile](img/ground-markers/ground_markers_color.png)

The plugin also remembers which tiles you have marked between sessions.

---

![Shift-Right Click](img/ground-markers/ground_markers_mark.png)
## Settings

![](img/ground-markers/ground_markers_settings.png)

### Border width

Controls how thick the border of the tiles are.

## Settings
---
![thickness](img/ground-markers/ground_markers_width.png)

![](img/ground-markers/ground_markers_settings.png)
### Border width
In pixels.
### Draw tiles on the minimap
![](img/ground-markers/ground_markers_minimap.png)

Displays the marked tiles on the minimap.

![minimap](img/ground-markers/ground_markers_minimap.png)

### Fill Opacity

Makes marked tiles darker. 0 (fully transparent) - 255 (fully opaque).
### Remember color per tile
When this is on, changing the tile color will not change the color of existing ground markers, only new ones will use the current tile color.

<img height="135" alt="" src="img/ground-markers/ground_markers_fill_0.png"> <img height="135" alt="" src="img/ground-markers/ground_markers_fill_255.png">

### Show Import/Export/Clear options

Show these menu options when right-clicking the world map orb by the minimap.

![](img/ground-markers/ground_markers_import.png)

### Tile color
The color of the ground markers. Supports transparency.

## Importing / Exporting
---

## Importing / Exporting

Right-click the World Map orb by the minimap to import or export ground markers. Importing will check your system clipboard for a ground marker import string. Exporting will copy the ground markers in the area around you to the system clipboard.

![](img/ground-markers/ground_markers_import.png)
Expand Down
Binary file added img/ground-markers/ground_markers_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ground-markers/ground_markers_fill_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ground-markers/ground_markers_fill_255.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/ground-markers/ground_markers_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/ground-markers/ground_markers_label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/ground-markers/ground_markers_minimap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/ground-markers/ground_markers_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ground-markers/ground_markers_unmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ground-markers/ground_markers_width.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7b331a

Please sign in to comment.