Add LimboConsole plugin with command interpreter and configuration options
This commit is contained in:
39
addons/limbo_console.cfg
Normal file
39
addons/limbo_console.cfg
Normal file
@@ -0,0 +1,39 @@
|
||||
[main]
|
||||
|
||||
aliases={
|
||||
"exit": "quit",
|
||||
"source": "exec",
|
||||
"usage": "help"
|
||||
}
|
||||
disable_in_release_build=false
|
||||
print_to_stdout=false
|
||||
pause_when_open=true
|
||||
commands_disabled_in_release=["eval"]
|
||||
|
||||
[appearance]
|
||||
|
||||
custom_theme="res://addons/limbo_console_theme.tres"
|
||||
height_ratio=0.5
|
||||
open_speed=5.0
|
||||
opacity=1.0
|
||||
sparse_mode=false
|
||||
|
||||
[greet]
|
||||
|
||||
greet_user=true
|
||||
greeting_message="{project_name}"
|
||||
greet_using_ascii_art=true
|
||||
|
||||
[history]
|
||||
|
||||
persist_history=true
|
||||
history_lines=1000
|
||||
|
||||
[autocomplete]
|
||||
|
||||
autocomplete_use_history_with_matches=true
|
||||
|
||||
[autoexec]
|
||||
|
||||
autoexec_script="user://autoexec.lcs"
|
||||
autoexec_auto_create=true
|
Reference in New Issue
Block a user