mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
A class can't have multiple signals with the same name, but previously users would not be alerted to a conflict while editing the script where it occurred. Now a helpful error will appear in the editor during script parsing.