You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user