mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-12 15:01:09 +01:00
Better default value for the added temp path editor setting.
This commit is contained in:
parent
0ceabc25ec
commit
ac75c78be1
@ -240,7 +240,7 @@ void PropToolEditorPlugin::add_entity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PropToolEditorPlugin::PropToolEditorPlugin(EditorNode *p_node) {
|
PropToolEditorPlugin::PropToolEditorPlugin(EditorNode *p_node) {
|
||||||
EDITOR_DEF("editors/prop_tool/temp_path", "res://prop_tool_temp/");
|
EDITOR_DEF("editors/prop_tool/temp_path", "res://.prop_tool_temp/");
|
||||||
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "editors/prop_tool/temp_path"));
|
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "editors/prop_tool/temp_path"));
|
||||||
|
|
||||||
String tp = EditorSettings::get_singleton()->get("editors/prop_tool/temp_path");
|
String tp = EditorSettings::get_singleton()->get("editors/prop_tool/temp_path");
|
||||||
|
Loading…
Reference in New Issue
Block a user