ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
305 stars 33 forks source link

Fix Node not found error InkRuntime.init() #9

Closed MageJohn closed 4 years ago

MageJohn commented 5 years ago

Checklist for this pull request

Description

Using Node.get_node on a non-existant node and checking for null was causing a Node not found error to always appear in the debugger.

ephread commented 4 years ago

Thanks for the PR, much appreciated @MageJohn!