Skip to content

Commit

Permalink
fixed: new occupied lumbermill tiles (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
Golfavel authored Aug 21, 2022
1 parent 83d3fbf commit 6f21d2c
Showing 1 changed file with 14 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,35 +124,20 @@
"fg": "square_brown"
},
{
"id": "lumbermill_0_0",
"fg": "industry_brown"
},
{
"id": "lumbermill_0_1",
"fg": "industry_brown"
},
{
"id": "lumbermill_1_0",
"fg": "industry_brown"
},
{
"id": "lumbermill_1_1",
"fg": "industry_brown"
},
{
"id": "lumbermill_0_0_roof",
"fg": "industry_brown"
},
{
"id": "lumbermill_0_1_roof",
"fg": "industry_brown"
},
{
"id": "lumbermill_1_0_roof",
"fg": "industry_brown"
},
{
"id": "lumbermill_1_1_roof",
"id": [
"lumbermill_0_0",
"lumbermill_0_1",
"lumbermill_1_0",
"lumbermill_1_1",
"lumbermill_0_0_ocu",
"lumbermill_0_1_ocu",
"lumbermill_1_0_ocu",
"lumbermill_1_1_ocu",
"lumbermill_0_0_roof",
"lumbermill_0_1_roof",
"lumbermill_1_0_roof",
"lumbermill_1_1_roof"
],
"fg": "industry_brown"
},
{
Expand Down

0 comments on commit 6f21d2c

Please sign in to comment.