Add LimboConsole plugin with command interpreter and configuration options

This commit is contained in:
2025-08-23 16:48:39 +02:00
parent 9da3b02a46
commit 846c3a6d83
60 changed files with 3201 additions and 16 deletions

39
addons/limbo_console.cfg Normal file
View 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