3 lines
60 B
GDScript3
3 lines
60 B
GDScript3
|
func execute(api, args):
|
||
|
api.cursor.move_column(int(args))
|