Remove references to dotdungeon

This commit is contained in:
Oliver-Akins 2025-01-30 21:46:34 -07:00
parent ac5774c8cb
commit df35c00c5d

View file

@ -5,7 +5,7 @@
"name": "rc-icon",
"description": "Loads an icon asynchronously, caching the result for future uses",
"attributes": [
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the dotdungeon system" },
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." },
{ "name": "var:size", "description": "The size of the icon, must be a valid CSS unit" },
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },
@ -18,7 +18,7 @@
"name": "rc-svg",
"description": "Loads an icon asynchronously, caching the result for future uses",
"attributes": [
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the dotdungeon system" },
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." },
{ "name": "var:size", "description": "The size of the icon, must be a valid CSS unit" },
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },