From 613876e7aa87cbdc0bca31486e9a7d90592192de Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 4 Nov 2019 19:11:42 +0100 Subject: [PATCH] Fix some texture names: *_spec.tga --> *_gloss.tga --- textures/{gib2_spec.tga => gib2_gloss.tga} | Bin textures/{gib3_spec.tga => gib3_gloss.tga} | Bin textures/{gib4_spec.tga => gib4_gloss.tga} | Bin textures/{hagar_spec.tga => hagar_gloss.tga} | Bin 4 files changed, 0 insertions(+), 0 deletions(-) rename textures/{gib2_spec.tga => gib2_gloss.tga} (100%) rename textures/{gib3_spec.tga => gib3_gloss.tga} (100%) rename textures/{gib4_spec.tga => gib4_gloss.tga} (100%) rename textures/{hagar_spec.tga => hagar_gloss.tga} (100%) diff --git a/textures/gib2_spec.tga b/textures/gib2_gloss.tga similarity index 100% rename from textures/gib2_spec.tga rename to textures/gib2_gloss.tga diff --git a/textures/gib3_spec.tga b/textures/gib3_gloss.tga similarity index 100% rename from textures/gib3_spec.tga rename to textures/gib3_gloss.tga diff --git a/textures/gib4_spec.tga b/textures/gib4_gloss.tga similarity index 100% rename from textures/gib4_spec.tga rename to textures/gib4_gloss.tga diff --git a/textures/hagar_spec.tga b/textures/hagar_gloss.tga similarity index 100% rename from textures/hagar_spec.tga rename to textures/hagar_gloss.tga -- 2.39.2