-Renamed GlobalConfig to ProjectSettings, makes more sense.

-Added system for feature overrides, it's pretty cool :)
This commit is contained in:
Juan Linietsky 2017-07-19 17:00:46 -03:00
parent 89588d4334
commit 25678b1876
162 changed files with 1296 additions and 831 deletions

View file

@ -29,7 +29,7 @@
/*************************************************************************/
#include "visual_script.h"
#include "global_config.h"
#include "project_settings.h"
#include "os/os.h"
#include "scene/main/node.h"
#include "visual_script_nodes.h"