5 lines
49 B
GDScript3
5 lines
49 B
GDScript3
|
extends Node
|
||
|
|
||
|
func _ready():
|
||
|
LineReader.start()
|