diff --git a/.gitignore b/.gitignore index e00b863578..64b30c48da 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,8 @@ gfx/*/*.png # built book book -*.png~ + +# Krita +*.png-autosave.kra *.kra +*.png~ diff --git a/gfx/UltimateCataclysm/pngs_incomplete_32x32/terrain/pedestrian_crossing/t_zebra.json b/gfx/UltimateCataclysm/pngs_incomplete_32x32/terrain/pedestrian_crossing/t_zebra.json index ca40268a79..9d05e9452f 100644 --- a/gfx/UltimateCataclysm/pngs_incomplete_32x32/terrain/pedestrian_crossing/t_zebra.json +++ b/gfx/UltimateCataclysm/pngs_incomplete_32x32/terrain/pedestrian_crossing/t_zebra.json @@ -6,7 +6,7 @@ }, { "id": "t_zebra_season_winter", - "fg": "snow_shallow_center", + "fg": "snow_smooth", "bg": "" } -] \ No newline at end of file +] diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_deep.png b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_deep.png index bfc9616813..c233cc0d4e 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_deep.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_deep.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_smooth.png b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_smooth.png new file mode 100644 index 0000000000..4bd2d5d4ee Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/snow/snow_smooth.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_pavement/t_pavement.json b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_pavement/t_pavement.json index 629bd4503f..6d17d6517e 100644 --- a/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_pavement/t_pavement.json +++ b/gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_pavement/t_pavement.json @@ -94,7 +94,7 @@ }, { "id": "t_pavement_season_winter", - "fg": "snow_shallow_center", + "fg": "snow_smooth", "bg": "" }, { @@ -104,7 +104,7 @@ }, { "id": "t_pavement_y_season_winter", - "fg": "snow_shallow_center", + "fg": "snow_smooth", "bg": "" } ]