From: paramat Date: Tue, 16 Jan 2018 04:52:26 +0000 (+0000) Subject: Creative: New textures for less distortion X-Git-Tag: 5.0.0~125 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41a4073d4c155d8286a81e7c6af6aadfd533d99b;p=oweals%2Fminetest_game.git Creative: New textures for less distortion Use 128px textures with a slight blur to reduce distortion caused by formspec texture scaling. Cross is shifted slightly up and left to compensate for formspec button image shift. --- diff --git a/mods/creative/README.txt b/mods/creative/README.txt index a61b5ff0..32e8d22a 100644 --- a/mods/creative/README.txt +++ b/mods/creative/README.txt @@ -9,14 +9,9 @@ Jean-Patrick G. (kilbith) (MIT) Author of media (textures) -------------------------- - -Jean-Patrick G. (kilbith) (CC BY-SA 3.0): - -* creative_trash_icon.png - -Diego Martínez (kaeza) (CC BY-SA 3.0): - +paramat (CC BY-SA 3.0): * creative_prev_icon.png * creative_next_icon.png * creative_search_icon.png * creative_clear_icon.png +* creative_trash_icon.png derived from a texture by kilbith (CC BY-SA 3.0) diff --git a/mods/creative/license.txt b/mods/creative/license.txt index 4ad1d5ff..50ff9c74 100644 --- a/mods/creative/license.txt +++ b/mods/creative/license.txt @@ -30,6 +30,7 @@ Licenses of media (textures) Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) Copyright (C) 2016 Jean-Patrick G. (kilbith) +Copyright (C) 2018 paramat You are free to: Share — copy and redistribute the material in any medium or format. diff --git a/mods/creative/textures/creative_clear_icon.png b/mods/creative/textures/creative_clear_icon.png index af225c27..9244264a 100644 Binary files a/mods/creative/textures/creative_clear_icon.png and b/mods/creative/textures/creative_clear_icon.png differ diff --git a/mods/creative/textures/creative_next_icon.png b/mods/creative/textures/creative_next_icon.png index b2fc1d1b..83bd2403 100644 Binary files a/mods/creative/textures/creative_next_icon.png and b/mods/creative/textures/creative_next_icon.png differ diff --git a/mods/creative/textures/creative_prev_icon.png b/mods/creative/textures/creative_prev_icon.png index 0d7f8c90..4fa6f26f 100644 Binary files a/mods/creative/textures/creative_prev_icon.png and b/mods/creative/textures/creative_prev_icon.png differ diff --git a/mods/creative/textures/creative_search_icon.png b/mods/creative/textures/creative_search_icon.png index 02c69cf7..aace8044 100644 Binary files a/mods/creative/textures/creative_search_icon.png and b/mods/creative/textures/creative_search_icon.png differ diff --git a/mods/creative/textures/creative_trash_icon.png b/mods/creative/textures/creative_trash_icon.png index 649945a7..7d7a0a62 100644 Binary files a/mods/creative/textures/creative_trash_icon.png and b/mods/creative/textures/creative_trash_icon.png differ