You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
-Many fixes and demo for RichTexLabel
-Proper ability to edit BBCode in RTL.
This commit is contained in:
@@ -4115,7 +4115,7 @@ EditorNode::EditorNode() {
|
||||
add_editor_plugin( memnew( ParticlesEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ResourcePreloaderEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ItemListEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( RichTextEditorPlugin(this) ) );
|
||||
//add_editor_plugin( memnew( RichTextEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( CollisionPolygonEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( CollisionPolygon2DEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( TileSetEditorPlugin(this) ) );
|
||||
|
||||
Reference in New Issue
Block a user