summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-05-01 23:12:30 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-05-01 23:13:06 -0300
commit5bb7cef8367e77c70b9a1ad045741fb97b32ef9d (patch)
tree461126bb68ce9199a9a08b8fe4e3bdde44b9a280 /tools/editor/editor_node.cpp
parent957c265f11fc5f244e24bb4d5442fedba4e32634 (diff)
Support for dynamic fonts (TTF)
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required.
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index e556a26d7a..09f85b99f6 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -3554,6 +3554,7 @@ Error EditorNode::load_scene(const String& p_scene, bool p_ignore_broken_deps,bo
load_errors->clear();
String lpath = Globals::get_singleton()->localize_path(p_scene);
+ print_line("LOCAL PATH: "+lpath+" from "+p_scene);
if (!lpath.begins_with("res://")) {
current_option=-1;