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