Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
v5.011
Browse files Browse the repository at this point in the history
  • Loading branch information
juanosarg committed Jun 15, 2020
1 parent a7165b8 commit 8955bd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file modified 1.1/Assemblies/NewAnimalSubproducts.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ public override void DoSettingsWindowContents(Rect inRect)
Listing_Standard ls = new Listing_Standard();
ls.Begin(inRect);
ls.Gap(12f);

var label = "GR_IncubatorFailureRate".Translate();
GeneticRim_Settings.failureRate= Widgets.HorizontalSlider(inRect.TopHalf().TopHalf().TopHalf(), GeneticRim_Settings.failureRate, 0f, 100f, false, label, "0%", "100%", -1);
ls.Gap(90f);

ls.CheckboxLabeled("GR_useLeglessGraphics".Translate(), ref settings.useLeglessGraphics, null);
ls.Gap(12f);
ls.Gap(12f);
ls.CheckboxLabeled("GR_RemoveUpdateNotice".Translate(), ref settings.removeUpdateNotice, null);
ls.Gap(12f);
ls.Gap(12f);
var label = "GR_IncubatorFailureRate".Translate();
GeneticRim_Settings.failureRate= Widgets.HorizontalSlider(inRect.TopHalf().TopHalf().TopHalf(), GeneticRim_Settings.failureRate, 0f, 100f, false, label, "0%", "100%", -1);
ls.Gap(12f);

settings.Write();
ls.End();
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 8955bd0

Please sign in to comment.