Remove references to dotdungeon
This commit is contained in:
parent
ac5774c8cb
commit
df35c00c5d
1 changed files with 2 additions and 2 deletions
4
.vscode/ripcrypt.html-data.json
vendored
4
.vscode/ripcrypt.html-data.json
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
"name": "rc-icon",
|
"name": "rc-icon",
|
||||||
"description": "Loads an icon asynchronously, caching the result for future uses",
|
"description": "Loads an icon asynchronously, caching the result for future uses",
|
||||||
"attributes": [
|
"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": "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: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" },
|
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"name": "rc-svg",
|
"name": "rc-svg",
|
||||||
"description": "Loads an icon asynchronously, caching the result for future uses",
|
"description": "Loads an icon asynchronously, caching the result for future uses",
|
||||||
"attributes": [
|
"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": "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: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" },
|
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue