From be3a9f77a5c52fd123415702d51a73a9a28ccb46 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 17 Feb 2025 02:23:24 -0500 Subject: [PATCH] notice --- docs/src/content/docs/guides/title-screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/title-screens.md b/docs/src/content/docs/guides/title-screens.md index f7b2f0f6..7e8dda17 100644 --- a/docs/src/content/docs/guides/title-screens.md +++ b/docs/src/content/docs/guides/title-screens.md @@ -105,7 +105,7 @@ To see all the different things you can put into a config file check out the [Ti ## API -New Horizons provides an API method to register and build custom title screens dynamically: +New Horizons provides an API method to register and build custom title screens dynamically. Keep in mind you can only choose configs or api not both. ```csharp title="INewHorizons.cs" ///