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":
|
||||
config.put("layer", category);
|
||||
break;
|
||||
case "ground":
|
||||
case "building":
|
||||
case "furniture":
|
||||
case "lighting":
|
||||
case "industrial":
|
||||
case "vegetation":
|
||||
case "mechanical":
|
||||
case "rubble":
|
||||
case "containers":
|
||||
case "arctic":
|
||||
default: // Big brain or big stupid?
|
||||
config.put("layer", "front");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue