Skip to content

Commit eefd7cc

Browse files
authored
Updated yaml descriptions (#136)
1 parent 16647b8 commit eefd7cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FastTravelPlugin/FastTravelConfiguration.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ public class FastTravelConfiguration : IValidateConfiguration<FastTravelConfigur
1111
[YamlMember(Description = "Requires CSP version 0.2.8 (3424) which fixed disabling collisions online. \nSetting this to false will lower the version requirement to 0.2.0 (2651) but clients on versions below 0.2.3-preview211 will not have disabled collisions")]
1212
public bool RequireCollisionDisable { get; set; } = true;
1313

14-
[YamlMember(Description = "Available zoom levels. Last one should to show the full track.\nIf map image is shown, prioritize matching the track to the map image")]
14+
[YamlMember(Description = "Available zoom levels. Last one should show the full track.\nIf map image is shown, prioritize matching the track to the map image.\nDon't change the values if using Shutoko Revival Project")]
1515
public List<int> MapZoomValues = [100, 1000, 4000, 15000];
1616

17-
[YamlMember(Description = "Mouse move speeds of the respective zoom levels. Last ")]
17+
[YamlMember(Description = "Mouse move speeds of the respective zoom levels.\nLast value needs to be zero.\nDon't change the values if using Shutoko Revival Project")]
1818
public List<int> MapMoveSpeeds = [1, 5, 20, 0];
1919

20-
[YamlMember(Description = "Show the map.png of the track layout when in the last zoom level")]
20+
[YamlMember(Description = "Show the map.png of the track layout when in the last zoom level.\nDon't change if using Shutoko Revival Project")]
2121
public bool ShowMapImage = true;
2222

23-
[YamlMember(Description = "Last zoom level has a fixed position, the track should be aligned to the center of the screen.\nIf map image is shown, prioritize aligning the track with the map image")]
23+
[YamlMember(Description = "Last zoom level has a fixed position, the track should be aligned to the center of the screen.\nIf map image is shown, prioritize aligning the track with the map image.\nDon't change the values if using Shutoko Revival Project")]
2424
public List<int> MapFixedTargetPosition = [-2100, 0, 3200];
2525
}

0 commit comments

Comments
 (0)