From df35c00c5d32f6dc5458c58a88b5ec09501f02d8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 30 Jan 2025 21:46:34 -0700 Subject: [PATCH] Remove references to dotdungeon --- .vscode/ripcrypt.html-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/ripcrypt.html-data.json b/.vscode/ripcrypt.html-data.json index 0287bb8..628a94a 100644 --- a/.vscode/ripcrypt.html-data.json +++ b/.vscode/ripcrypt.html-data.json @@ -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" },