mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
parent
2a5e07aa48
commit
5a487a67c2
14 changed files with 913 additions and 3 deletions
|
@ -8,9 +8,14 @@
|
|||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_classes=[ {
|
||||
"base": "Reference",
|
||||
"class": "ArrayUtils",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/SIsilicon.3d.text/array_utils.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
|
||||
"ArrayUtils": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
@ -20,7 +25,7 @@ config/icon="res://icon.png"
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "godot_xterm" )
|
||||
enabled=PoolStringArray( "SIsilicon.3d.text", "godot_xterm" )
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue