Skip to content

Commit

Permalink
Infrastructure "fix antitab workflow glob pattern" (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-ua authored Aug 25, 2021
1 parent 0126e74 commit fe51c74
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editorconfig_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master
paths:
- '*.json'
- '**.json'
- '.github/workflows/editorconfig_conformance.yml'
pull_request:
branches:
- master
paths:
- '*.json'
- '**.json'
- '.github/workflows/editorconfig_conformance.yml'

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"fg": [
{ "weight": 1, "sprite": "rid_mon_horse1" },
{ "weight": 1, "sprite": "rid_mon_horse2" }
],
"bg": ""
]
}
]
]
78 changes: 39 additions & 39 deletions gfx/UltimateCataclysm/pngs_normal_32x32/overmap/cabin/cabin.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
[{
"id": [
"cabin",
"cabin_1",
"cabin_2",
"cabin_3",
"cabin_4",
"cabin_5",
"cabin_6",
"cabin_7",
"cabin_lapin",
"bandit_cabin",
"cabin_isherwood",
"cabin_lake",
"lake_cabin_boathouse",
"cabin_strange",
"cabin_strange_b",
"riverside_dwelling"
],
"fg": [ "cabin_faceN", "cabin_faceE", "cabin_faceS", "cabin_faceW" ],
"bg": "field",
"rotates": true
"id": [
"cabin",
"cabin_1",
"cabin_2",
"cabin_3",
"cabin_4",
"cabin_5",
"cabin_6",
"cabin_7",
"cabin_lapin",
"bandit_cabin",
"cabin_isherwood",
"cabin_lake",
"lake_cabin_boathouse",
"cabin_strange",
"cabin_strange_b",
"riverside_dwelling"
],
"fg": [ "cabin_faceN", "cabin_faceE", "cabin_faceS", "cabin_faceW" ],
"bg": "field",
"rotates": true
},{
"id": [
"cabin_roof",
"cabin_roof_1",
"cabin_roof_2",
"cabin_roof_3",
"cabin_roof_4",
"cabin_roof_5",
"cabin_roof_6",
"cabin_roof_7",
"cabin_strange_roof",
"cabin_roof_lapin",
"cabin_lake_roof",
"lake_cabin_boathouse_roof"
],
"fg": [ "cabin_faceN", "cabin_faceE", "cabin_faceS", "cabin_faceW" ],
"bg": "open_air",
"rotates": true
}]
"id": [
"cabin_roof",
"cabin_roof_1",
"cabin_roof_2",
"cabin_roof_3",
"cabin_roof_4",
"cabin_roof_5",
"cabin_roof_6",
"cabin_roof_7",
"cabin_strange_roof",
"cabin_roof_lapin",
"cabin_lake_roof",
"lake_cabin_boathouse_roof"
],
"fg": [ "cabin_faceN", "cabin_faceE", "cabin_faceS", "cabin_faceW" ],
"bg": "open_air",
"rotates": true
}]
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
[{
"id": [
"house_farm",
"farm_2",
"farm_isherwood_2",
"2farm_11"
],
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"bg": "field",
"rotates": true
"id": [
"house_farm",
"farm_2",
"farm_isherwood_2",
"2farm_11"
],
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"bg": "field",
"rotates": true
},{
"id": [
"dairy_farm_SW",
"ranch_camp_68"
],
"fg": [ "rural_house_faceS", "rural_house_faceW", "rural_house_faceN", "rural_house_faceE" ],
"bg": "field",
"rotates": true
"id": [
"dairy_farm_SW",
"ranch_camp_68"
],
"fg": [ "rural_house_faceS", "rural_house_faceW", "rural_house_faceN", "rural_house_faceE" ],
"bg": "field",
"rotates": true
},{
"id": [
"house_farm_roof",
"farm_2_roof",
"farm_isherwood_2_roof",
"2farm_roof_11"
],
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"bg": "open_air",
"rotates": true
"id": [
"house_farm_roof",
"farm_2_roof",
"farm_isherwood_2_roof",
"2farm_roof_11"
],
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"bg": "open_air",
"rotates": true
},{
"id": [
"dairy_farm_SW_roof",
"ranch_camp_68_roof"
],
"fg": [ "rural_house_faceS", "rural_house_faceW", "rural_house_faceN", "rural_house_faceE" ],
"bg": "open_air",
"rotates": true
"id": [
"dairy_farm_SW_roof",
"ranch_camp_68_roof"
],
"fg": [ "rural_house_faceS", "rural_house_faceW", "rural_house_faceN", "rural_house_faceE" ],
"bg": "open_air",
"rotates": true
},{
"id": "farm_isherwood_2_cellar",
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"rotates": true
}]
"id": "farm_isherwood_2_cellar",
"fg": [ "rural_house_faceN", "rural_house_faceE", "rural_house_faceS", "rural_house_faceW" ],
"rotates": true
}]

0 comments on commit fe51c74

Please sign in to comment.