Godot Version
v4.2
Question
i’m putting the finishing touches on the tutorial game designed to teach people godot. however, when i try to launch my game, it responds with the error 'Script inherents from native type ‘CanvasLayer’, so it can’t be assigned to an object of type:‘Button’. when i search this issue the suggested soloution is to replace ‘native type’ described with the ‘object of type’ but when i do that, the error repeats but the names are swapped (this is detailed in the images below)
any soloutions would be appreciated as apart from this problem i believe i am finished with programming this game.

