a little more detailed

This commit is contained in:
Noah Pilarski 2025-02-17 02:23:52 -05:00
parent be3a9f77a5
commit 2774f6a68b

View File

@ -105,7 +105,7 @@ To see all the different things you can put into a config file check out the [Ti
## API ## 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" ```csharp title="INewHorizons.cs"
/// <summary> /// <summary>