mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
Reformat existing gdscript code
This commit is contained in:
parent
ae707a6667
commit
deb68e323c
9 changed files with 269 additions and 108 deletions
|
@ -1,9 +1,9 @@
|
|||
extends "res://addons/godot_xterm/terminal.gd"
|
||||
|
||||
export (String) var exec_path := "bash"
|
||||
export (String) var socat_path := "socat" # E.g. /usr/bin/socat
|
||||
export (int) var port := 2023
|
||||
export (bool) var verbose := false
|
||||
export(String) var exec_path := "bash"
|
||||
export(String) var socat_path := "socat" # E.g. /usr/bin/socat
|
||||
export(int) var port := 2023
|
||||
export(bool) var verbose := false
|
||||
|
||||
var _timeout = 30
|
||||
var _pid: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue