nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Fix corrupted main view scene #627

Closed nathanhoad closed 1 month ago

nathanhoad commented 1 month ago

It appears the main_view.tscn was saved in a newer format with Godot 4.3 which broke the plugin for earlier versions of Godot 4.x.

Fixes #626