Fixed projector clipping

This commit is contained in:
Anuken
2020-09-03 19:17:49 -04:00
parent 07305aecf4
commit ba1363895e
8 changed files with 50 additions and 22 deletions

View File

@@ -163,8 +163,6 @@ public class CustomRulesDialog extends BaseDialog{
number("@rules.enemycorebuildradius", f -> rules.enemyCoreBuildRadius = f * tilesize, () -> Math.min(rules.enemyCoreBuildRadius / tilesize, 200));
title("@rules.title.environment");
//various multipliers should be handled elsewhere
//number("@rules.solarpowermultiplier", f -> rules.solarPowerMultiplier = f, () -> rules.solarPowerMultiplier);
check("@rules.lighting", b -> rules.lighting = b, () -> rules.lighting);
main.button(b -> {