mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-10 06:05:30 +02:00
Multiple changes
This commit is contained in:
parent
f63246d8ea
commit
db8e674358
31 changed files with 5058 additions and 1031 deletions
|
@ -17,3 +17,7 @@ func get_class() -> String:
|
|||
|
||||
func is_class(name) -> bool:
|
||||
return name == get_class() or .is_class(name)
|
||||
|
||||
|
||||
func _init():
|
||||
step = 0.01 # Parent override.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue