GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
199 stars 28 forks source link

Fix editor errors caused by toolscripts #221

Closed Koopa1018 closed 1 year ago

Koopa1018 commented 1 year ago

Description of changes

In the editor, a number of toolscripts throw errors on scene load, due to trying to @onready get nodes that don't exist yet. This PR fixes that using null checks, later initialization, and in camera_area's case, just un-toolscripting things that don't need it.

Issue(s)

N/A