From 75e1acad46786bc4bac3e1bfd87a3ee64a2357df Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Fri, 25 Dec 2020 19:25:48 +0100 Subject: [PATCH] Rename file names --- init.lua | 8 ++++---- ...craftguide_next_icon.png => craftguide_next.png} | Bin ...ext_icon_hover.png => craftguide_next_hover.png} | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename textures/{craftguide_next_icon.png => craftguide_next.png} (100%) rename textures/{craftguide_next_icon_hover.png => craftguide_next_hover.png} (100%) diff --git a/init.lua b/init.lua index 43f9a4f..195f5b2 100644 --- a/init.lua +++ b/init.lua @@ -79,8 +79,8 @@ local PNG = { bg = "craftguide_bg.png", bg_full = "craftguide_bg_full.png", search = "craftguide_search.png", - prev = "craftguide_next_icon.png^\\[transformFX", - next = "craftguide_next_icon.png", + prev = "craftguide_next.png^\\[transformFX", + next = "craftguide_next.png", arrow = "craftguide_arrow.png", fire = "craftguide_fire.png", fire_anim = "craftguide_fire_anim.png", @@ -92,8 +92,8 @@ local PNG = { cancel_hover = "craftguide_cancel.png^\\[brighten", search_hover = "craftguide_search.png^\\[brighten", - prev_hover = "craftguide_next_icon_hover.png^\\[transformFX", - next_hover = "craftguide_next_icon_hover.png", + prev_hover = "craftguide_next_hover.png^\\[transformFX", + next_hover = "craftguide_next_hover.png", } local fs_elements = { diff --git a/textures/craftguide_next_icon.png b/textures/craftguide_next.png similarity index 100% rename from textures/craftguide_next_icon.png rename to textures/craftguide_next.png diff --git a/textures/craftguide_next_icon_hover.png b/textures/craftguide_next_hover.png similarity index 100% rename from textures/craftguide_next_icon_hover.png rename to textures/craftguide_next_hover.png