johnfn / ts2gd

💥 Compile TypeScript to GDScript for Godot
200 stars 14 forks source link

func _ready() should be emitted only for classes extending Node #90

Open adamuso opened 2 years ago

adamuso commented 2 years ago

Classes that does not extend Node do not invoke _ready() function automatically.