diff options
author | kilbith <kilbith@users.noreply.github.com> | 2017-03-13 08:07:14 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-03-13 08:07:14 +0100 |
commit | c9492b4d37c11f35cfdc1558f771eef87fc5c972 (patch) | |
tree | 132b5990267c4780073be91121621fd5e13ccae7 /doc/texture_packs.txt | |
parent | 7a4878cd0b563296b3f2718b79dc9af177dd4fd2 (diff) | |
download | minetest-c9492b4d37c11f35cfdc1558f771eef87fc5c972.tar.gz minetest-c9492b4d37c11f35cfdc1558f771eef87fc5c972.tar.bz2 minetest-c9492b4d37c11f35cfdc1558f771eef87fc5c972.zip |
GUI: Allow texture packs to customize the progress bar (#5368)
Diffstat (limited to 'doc/texture_packs.txt')
-rw-r--r-- | doc/texture_packs.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/texture_packs.txt b/doc/texture_packs.txt index 5c535a9f1..1813c29e4 100644 --- a/doc/texture_packs.txt +++ b/doc/texture_packs.txt @@ -76,6 +76,9 @@ by texture packs. All existing fallback textures can be found in the directory * `player.png`: front texture of the 2D upright sprite player * `player_back.png`: back texture of the 2D upright sprite player +* `progress_bar.png`: foreground texture of the loading screen's progress bar +* `progress_bar_bg.png`: background texture of the loading screen's progress bar + * `moon.png`: texture of the moon. Default texture is generated by Minetest * `moon_tonemap.png`: tonemap to be used when `moon.png` was found * `sun.png`: texture of the sun. Default texture is generated by Minetest |