mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Edit documentation of VariableSizeModule (#1120)
Reasoning: it was unclear that the scale of the in-game object will still be affected by the size value of the object and not outright overridden by the value value.
This commit is contained in:
commit
7c0731fbae
@ -68,3 +68,9 @@ These will automatically be converted from strings to the proper enum type.
|
||||
## Contributing to Documentation
|
||||
|
||||
If you wish to contribute to the documentation, take a look at [CONTRIBUTING.md](docs/CONTRIBUTING.md) in the docs folder.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
This should go without saying, but we will not accept PRs that are obviously AI generated, nor will we accept PRs from people who have not actually played the game or any mods.
|
||||
|
||||
Any potential bug bounties for New Horizons are only eligible to be claimed by those who have created mods for Outer Wilds in the past.
|
||||
|
||||
@ -6,8 +6,8 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
public class VariableSizeModule
|
||||
{
|
||||
/// <summary>
|
||||
/// Scale this object over time. Time value is in minutes.
|
||||
/// Scale this object over time. Time is in minutes. Value is a multiplier of the size of the object.
|
||||
/// </summary>
|
||||
public TimeValuePair[] curve;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user