Add new UID files and update scene configurations for dialogue components; refactor skill management and input handling

This commit is contained in:
2025-08-26 23:05:30 +02:00
parent 6e71c321f7
commit 6c733d3159
339 changed files with 18075 additions and 3491 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