Lights, colored items (only used for wires atm)

This commit is contained in:
Regalis
2015-07-22 20:22:50 +03:00
parent 9a7eae8ace
commit 4820e55e05
51 changed files with 726 additions and 191 deletions
+6 -1
View File
@@ -216,7 +216,12 @@ namespace Subsurface
case "fowenabled":
case "fow":
case "drawfow":
Lights.LightManager.FowEnabled = !Lights.LightManager.FowEnabled;
Game1.LightManager.FowEnabled = !Game1.LightManager.FowEnabled;
break;
case "lighting":
case "lightingenabled":
case "light":
Game1.LightManager.LightingEnabled = !Game1.LightManager.LightingEnabled;
break;
case "lobbyscreen":
case "lobby":