mirror of
https://github.com/minetest/minetest.git
synced 2025-07-01 07:30:23 +02:00
Improve the path select GUI (#5852)
- Allow lua to chose whatever directories or files can be selected - Fix selecting directories - Rename dialog to `guiPathSelectMenu` from `guiFileSelectMenu` - Rename lua function for opening the menu from `show_file_open_dialog` to `show_path_select_dialog` - Remove duplicate code and fix code style. Related changes - fix `clang-format` whitelist. - Regenerate minetest.conf.example
This commit is contained in:
@ -757,7 +757,7 @@
|
||||
# freetype = true
|
||||
|
||||
# Path to TrueTypeFont or bitmap.
|
||||
# type: path
|
||||
# type: filepath
|
||||
# font_path = fonts/liberationsans.ttf
|
||||
|
||||
# type: int
|
||||
@ -771,14 +771,14 @@
|
||||
# type: int min: 0 max: 255
|
||||
# font_shadow_alpha = 127
|
||||
|
||||
# type: path
|
||||
# type: filepath
|
||||
# mono_font_path = fonts/liberationmono.ttf
|
||||
|
||||
# type: int
|
||||
# mono_font_size = 15
|
||||
|
||||
# This font will be used for certain languages.
|
||||
# type: path
|
||||
# type: filepath
|
||||
# fallback_font_path = fonts/DroidSansFallbackFull.ttf
|
||||
|
||||
# type: int
|
||||
|
Reference in New Issue
Block a user