Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings #191

Open
DinPX opened this issue Dec 20, 2024 · 0 comments
Open

Remove warnings #191

DinPX opened this issue Dec 20, 2024 · 0 comments

Comments

@DinPX
Copy link

DinPX commented Dec 20, 2024

There's a warning from unused signal checkpoint_visited(checkpoint_name) in Events.gd, which can be removed by changing # warning-ignore:unused_signal to # warning-ignore-all:unused_signal

The new_name: String argument from func _on_AnimationPlayer_animation_changed in LoadingTransition.gd shows a warning for being unused, changing it to _new_name would remove the warning

The max_speed and acceleration arguments in static func calculate_velocity from Move.gd were already defined so warnings were thrown, changing their names would remove the warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant