Improved UITheme load.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-08-06 01:21:49 -03:00
parent 95715c60f5
commit 0481f869d2
16 changed files with 149 additions and 291 deletions

View File

@@ -150,7 +150,7 @@ newoption {
description = "Select the backend to use for window and input handling.\n\t\t\tIf no backend is selected or if the selected is not installed the script will search for a backend present in the system, and will use it.",
allowed = {
{ "SDL2", "SDL2 (default and recommended)" },
{ "SFML", "SFML2 ( SFML 1.6 not supported )" },
{ "SFML", "SFML2" },
{ "SDL2,SFML", "SDL2+SFML" }
}
}