mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
Fix some errors preventing running of the main scene
This commit is contained in:
parent
8d56b5659a
commit
c115c34e6c
2 changed files with 4 additions and 3 deletions
|
@ -44,10 +44,10 @@ enum CWDType {
|
|||
@export var bell_sound: AudioStream
|
||||
|
||||
# Exec args.
|
||||
@export var file_type: FileType := FileType.USE_SHELL_ENV
|
||||
@export var file_type := FileType.USE_SHELL_ENV
|
||||
@export var custom_file := "/bin/sh"
|
||||
|
||||
@export var cwd_type: CWDType := CWDType.USE_PROJECT_DIRECTORY
|
||||
@export var cwd_type := CWDType.USE_PROJECT_DIRECTORY
|
||||
@export var custom_cwd := ""
|
||||
|
||||
@export var args := PackedStringArray()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue