diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-19 23:45:00 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-19 23:45:00 -0700 |
commit | 0f2717fa2b0c9079ea313e3dde83b340cfc2b0eb (patch) | |
tree | e579e97d23df9b618a3f419473dffd8852a97994 /tile_config.json | |
parent | Typo. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-0f2717fa2b0c9079ea313e3dde83b340cfc2b0eb.tar.xz |
Fix rotation on urban_3
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index 8f43f7c..cf0c921 100644 --- a/tile_config.json +++ b/tile_config.json @@ -24142,10 +24142,10 @@ {"id": ["urban_2_2"], "fg": [19509,19508,19511,19510], "rotates": true}, {"id": ["urban_2_3", "urban_2_5"], "fg": [19513,19520,19515,19514], "bg": 19347, "rotates": true}, {"id": ["urban_2_4", "urban_2_6"], "fg": [19517,19516,19519,19518], "bg": 19347, "rotates": true}, -{"id": ["urban_3_1"], "fg": [19505,19506,19507,19512], "rotates": true}, -{"id": ["urban_3_2"], "fg": [19509,19510,19511,19508], "rotates": true}, -{"id": ["urban_3_3", "urban_3_5"], "fg": [19513,19514,19515,19520], "bg": 19347, "rotates": true}, -{"id": ["urban_3_4", "urban_3_6"], "fg": [19517,19518,19519,19516], "bg": 19347, "rotates": true}, +{"id": ["urban_3_1"], "fg": [19505,19512,19507,19506], "rotates": true}, +{"id": ["urban_3_2"], "fg": [19509,19508,19511,19510], "rotates": true}, +{"id": ["urban_3_3", "urban_3_5"], "fg": [19513,19520,19515,19514], "bg": 19347, "rotates": true}, +{"id": ["urban_3_4", "urban_3_6"], "fg": [19517,19516,19519,19518], "bg": 19347, "rotates": true}, {"id": ["urban_5_1"], "fg": [19505,19506,19507,19512], "rotates": true}, {"id": ["urban_5_2"], "fg": [19509,19510,19511,19508], "rotates": true}, {"id": ["urban_5_3", "urban_5_5"], "fg": [19513,19514,19515,19520], "bg": 19347, "rotates": true}, |