Godot 4 automatic changes

This commit is contained in:
Daniel Inkpen 2022-11-09 20:57:46 +00:00
parent 8b5caafbc7
commit cdbf3f2adc
75 changed files with 1034 additions and 952 deletions

View file

@ -6,4 +6,4 @@ func get_class() -> String:
func is_class(name) -> bool:
return name == get_class() or .is_class(name)
return name == get_class() or super.is_class(name)