Skip to content

Commit

Permalink
Update manifest and note obsolete status
Browse files Browse the repository at this point in the history
  • Loading branch information
sPOiDar committed Sep 3, 2022
1 parent 988f6ce commit e801d65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Foundry VTT - Better Target
# Foundry VTT - Better Target [Obsolete]

**Note**: The primary issues that this module aimed to solved have now been fixed in Foundry VTT Core, by moving target indicators to a separate layer that's always visible. As such, this module will no longer be receiving updates. If you want alternative target indicators, [Smart Target](https://foundryvtt.com/packages/smarttarget) by theripper93 has incorporated the Better Target code (and more).

![Release](https://github.com/sPOiDar/fvtt-module-better-target/workflows/Release/badge.svg)
![Forge Users](https://img.shields.io/badge/dynamic/json?color=blue&label=Forge%20Users&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fbetter-target)
Expand Down
15 changes: 11 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"id": "better-target",
"name": "better-target",
"title": "Better Target",
"title": "Better Target [Obsolete]",
"description": "The default target indicator can be difficult to see in tight confines, or crowded rooms. This module changes the target indicator to a crosshair that renders over the targeted token.",
"author": [
"sPOiDar"
],
"authors": [{
"name": "sPOiDar",
"url": "https://github.com/sPOiDar"
}],
"version": "0.1.19",
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "9",
"compatibility": {
"minimum": "0.6.6",
"verified": 9,
"maximum": 9
},
"esmodules": [
"modules/better_target.js"
],
Expand Down

0 comments on commit e801d65

Please sign in to comment.