You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Below is outputted when I setup Cyclops as a Singleton in Godot 4.2.1.
Failed parse script res://addons/cyclops_level_builder/math/data_vector.gd
Class "DataVector" hides a global script class.
res://addons/cyclops_level_builder/math/data_vector.gd:26 - Parse Error: Class "DataVector" hides a global script class.
modules/gdscript/gdscript.cpp:2788 - Failed to load script "res://addons/cyclops_level_builder/math/data_vector.gd" with error "Parse error". (User)
It looks like res://addons/cyclops_level_builder/math/data_vector.gd line 26 defines class_name DataVector as does res://addons/cyclops_level_builder/resources/data_vector.gd line 26.
The text was updated successfully, but these errors were encountered:
The Below is outputted when I setup Cyclops as a Singleton in Godot 4.2.1.
It looks like
res://addons/cyclops_level_builder/math/data_vector.gd
line 26 definesclass_name DataVector
as doesres://addons/cyclops_level_builder/resources/data_vector.gd
line 26.The text was updated successfully, but these errors were encountered: