1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add checkboxes for shaders and on-demand item visual generation

This commit is contained in:
obneq 2012-12-02 00:08:35 +02:00 committed by Perttu Ahola
parent 27373919f4
commit 151fad1f2b
3 changed files with 36 additions and 0 deletions

View file

@ -45,6 +45,8 @@ struct MainMenuData
bool anisotropic_filter;
bool bilinear_filter;
bool trilinear_filter;
int enable_shaders;
bool preload_item_visuals;
// Server options
bool creative_mode;
bool enable_damage;