7 lines
60 B
GDScript
7 lines
60 B
GDScript
tool
|
|
extends EditorScript
|
|
|
|
|
|
func _run():
|
|
print ("c" < "b")
|