mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Default items to front layer
This commit is contained in:
parent
bd0d9ebce6
commit
4a416425ab
1 changed files with 1 additions and 10 deletions
|
@ -135,16 +135,7 @@ public class GameConfiguration {
|
||||||
case "liquid":
|
case "liquid":
|
||||||
config.put("layer", category);
|
config.put("layer", category);
|
||||||
break;
|
break;
|
||||||
case "ground":
|
default: // Big brain or big stupid?
|
||||||
case "building":
|
|
||||||
case "furniture":
|
|
||||||
case "lighting":
|
|
||||||
case "industrial":
|
|
||||||
case "vegetation":
|
|
||||||
case "mechanical":
|
|
||||||
case "rubble":
|
|
||||||
case "containers":
|
|
||||||
case "arctic":
|
|
||||||
config.put("layer", "front");
|
config.put("layer", "front");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue