You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Massive clean up to gizmos
-Make sure handles are always visible (on top) -Fixed instanced scene selection (should work properly now) -Added interpolated camera -Customizable gizmo colors in editor settings
This commit is contained in:
@@ -216,6 +216,12 @@ Variant _EDITOR_DEF(const String &p_var, const Variant &p_default) {
|
||||
return p_default;
|
||||
}
|
||||
|
||||
Variant _EDITOR_GET(const String &p_var) {
|
||||
|
||||
ERR_FAIL_COND_V(!EditorSettings::get_singleton()->has(p_var), Variant())
|
||||
return EditorSettings::get_singleton()->get(p_var);
|
||||
}
|
||||
|
||||
static Dictionary _get_builtin_script_templates() {
|
||||
Dictionary templates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user