This prepares for web/HTML5 export (see #18) although does not enable it. This PR removes all exception (throw, try, catch) uses which is a pre-requirement for compiling export templates. Additionally, this aligns the project with standards set by the Godot codebase i.e. no errors.
This prepares for web/HTML5 export (see #18) although does not enable it. This PR removes all exception (
throw
,try
,catch
) uses which is a pre-requirement for compiling export templates. Additionally, this aligns the project with standards set by the Godot codebase i.e. no errors.