Skip to content

Commit ac26343

Browse files
committed
Second attempt to fix the YAML Linter
1 parent 6e71c95 commit ac26343

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Content.Client/Parallax/Data/GeneratedParallaxTextureSource.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ void IParallaxTextureSource.Unload(IDependencyCollection dependencies)
3737
var cache = dependencies.Resolve<GeneratedParallaxCache>();
3838
cache.Unload(Identifier);
3939
}
40+
/// <summary>
41+
/// Controls the speed of the parallax effect for this texture.
42+
/// </summary>
43+
[DataField("slowness")]
4044
public float Slowness { get; private set; }
4145
}
4246

0 commit comments

Comments
 (0)