Update README.md

This commit is contained in:
random-geek 2018-07-13 21:17:49 -07:00 committed by GitHub
parent 7ccd9376df
commit 1e3bcb405d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,14 @@ Colour-enhancing shaders for Minetest
This is my attempt at subtly improving Minetest graphics without modifying core engine code. If you have any suggestions for future improvement, feel free to contact me, as I know little about the Minetest graphics code.
![screenshot](https://raw.githubusercontent.com/random-geek/Presence/master/screenshots/screenshot1.png "Underground room")
![screenshot](https://raw.githubusercontent.com/random-geek/Presence/master/screenshots/screenshot2.png "Cave")
![screenshot](https://raw.githubusercontent.com/random-geek/Presence/master/screenshots/screenshot3.png "Snowy area at dawn")
## Installation
Rename the `/client/shaders` directory to something else (or delete it entirely). Then copy the `shaders` folder to the `client` folder. The shaders will take effect after leaving and rejoining the game.
## Credits
All shaders are identical to or are derivative works of the original shaders for Minetest, found [here](https://github.com/minetest/minetest/tree/master/client/shaders). All due credit goes to the original author(s) of this code.
All shaders are identical to or are derivative works of the original shaders for Minetest, found [here](https://github.com/minetest/minetest/tree/master/client/shaders). All due credit goes to the original author(s) of this code.