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