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
However, I also have a global Projectile class which is declared via class_name Projectile
And, if you cmd+click on Projectile to lookup, it will open Projectile class code instead of ActionPreset.Type.Projectile
Steps to reproduce
Create 3 files
Preset
class_name ActionPreset
class Type:
static func Projectile(config):
pass
Godot version
4.0.rc2
System information
Win 10
Issue description
I created a class with utility presets
And use it in my skills:
However, I also have a global
Projectile
class which is declared viaclass_name Projectile
And, if you cmd+click on
Projectile
to lookup, it will openProjectile
class code instead ofActionPreset.Type.Projectile
Steps to reproduce
Create 3 files
And cmd+click on
Projectile
in the 3rd oneMinimal reproduction project
The text was updated successfully, but these errors were encountered: