diff options
author | Wuzzy <wuzzy2@mail.ru> | 2019-10-23 19:48:06 +0200 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-10-23 19:48:06 +0200 |
commit | 524442fc5e9bc64952301b9ba25aefb0d9bf781b (patch) | |
tree | af3a5434dc9531e4bac88f5467dac6b95e14487f | |
parent | a978278bfba743ece5ec149aa366067aa47b61ff (diff) | |
download | minetest-524442fc5e9bc64952301b9ba25aefb0d9bf781b.tar.gz minetest-524442fc5e9bc64952301b9ba25aefb0d9bf781b.tar.bz2 minetest-524442fc5e9bc64952301b9ba25aefb0d9bf781b.zip |
Add 4 missing fallback/default textures (#8845)
Processed using 'optipng -o7 -strip all '
-rw-r--r-- | games/minimal/mods/default/textures/bubble.png | bin | 273 -> 0 bytes |
-rw-r--r-- | games/minimal/mods/default/textures/heart.png | bin | 248 -> 0 bytes |
-rw-r--r-- | games/minimal/mods/default/textures/player.png | bin | 157 -> 0 bytes |
-rw-r--r-- | games/minimal/mods/default/textures/player_back.png | bin | 149 -> 0 bytes |
-rw-r--r-- | games/minimal/mods/default/textures/wieldhand.png | bin | 212 -> 0 bytes |
-rw-r--r-- | textures/base/pack/bubble.png | bin | 0 -> 158 bytes |
-rw-r--r-- | textures/base/pack/crack_anylength.png (renamed from games/minimal/mods/default/textures/crack_anylength.png) | bin | 255 -> 255 bytes |
-rw-r--r-- | textures/base/pack/heart.png | bin | 0 -> 248 bytes |
-rw-r--r-- | textures/base/pack/wieldhand.png | bin | 0 -> 126 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/games/minimal/mods/default/textures/bubble.png b/games/minimal/mods/default/textures/bubble.png Binary files differdeleted file mode 100644 index 3bca7e11c..000000000 --- a/games/minimal/mods/default/textures/bubble.png +++ /dev/null diff --git a/games/minimal/mods/default/textures/heart.png b/games/minimal/mods/default/textures/heart.png Binary files differdeleted file mode 100644 index c25f43b9a..000000000 --- a/games/minimal/mods/default/textures/heart.png +++ /dev/null diff --git a/games/minimal/mods/default/textures/player.png b/games/minimal/mods/default/textures/player.png Binary files differdeleted file mode 100644 index cf5d83f10..000000000 --- a/games/minimal/mods/default/textures/player.png +++ /dev/null diff --git a/games/minimal/mods/default/textures/player_back.png b/games/minimal/mods/default/textures/player_back.png Binary files differdeleted file mode 100644 index d498674eb..000000000 --- a/games/minimal/mods/default/textures/player_back.png +++ /dev/null diff --git a/games/minimal/mods/default/textures/wieldhand.png b/games/minimal/mods/default/textures/wieldhand.png Binary files differdeleted file mode 100644 index dbed6ad0c..000000000 --- a/games/minimal/mods/default/textures/wieldhand.png +++ /dev/null diff --git a/textures/base/pack/bubble.png b/textures/base/pack/bubble.png Binary files differnew file mode 100644 index 000000000..f6ce0f53b --- /dev/null +++ b/textures/base/pack/bubble.png diff --git a/games/minimal/mods/default/textures/crack_anylength.png b/textures/base/pack/crack_anylength.png Binary files differindex d9b49f911..d9b49f911 100644 --- a/games/minimal/mods/default/textures/crack_anylength.png +++ b/textures/base/pack/crack_anylength.png diff --git a/textures/base/pack/heart.png b/textures/base/pack/heart.png Binary files differnew file mode 100644 index 000000000..d6ba8ae8f --- /dev/null +++ b/textures/base/pack/heart.png diff --git a/textures/base/pack/wieldhand.png b/textures/base/pack/wieldhand.png Binary files differnew file mode 100644 index 000000000..ff2283afa --- /dev/null +++ b/textures/base/pack/wieldhand.png |