-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): add obsolescence notice
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# excalibur-extended-label | ||
|
||
## Obsolete | ||
|
||
As of excalibur v0.26, this library is obsolete. | ||
|
||
As of excalibur v0.25, this library is only useful if you are using legacy | ||
drawing. It will throw an exception if you are using the new drawing system | ||
introduced in excalibur v0.25. | ||
|
||
For excalibur v0.26 and above, and for excalibur v0.25 and above if you are | ||
using the new drawing system, consider the following alternatives: | ||
|
||
- Support for text shadows and outlines is now built in to excalibur, see the | ||
corresponding fields in the `Font` class. | ||
- For multiline text, use | ||
[@dcgw/excalibur-multiline-text](https://github.com/dcgw/excalibur-multiline-text). |