From 2774f6a68bfd91acb63537b4d12c7cdea72ff69c Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 17 Feb 2025 02:23:52 -0500 Subject: [PATCH] a little more detailed --- 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 7e8dda17..332b2f76 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. Keep in mind you can only choose configs or api not both. +New Horizons provides an API method to register and build custom title screens dynamically. Keep in mind you can only choose config or api not both as they don't merge. ```csharp title="INewHorizons.cs" ///