issues
search
Valks-Games
/
sankari
A open source 2D platformer being made in Godot 4 beta C#
MIT License
62
stars
15
forks
source link
Jump event for entity is called twice
#213
Closed
valkyrienyanko
closed
2 years ago
valkyrienyanko
commented
2 years ago
Steps to reproduce
Create slime enemy
Play game
Notice how "JUMP" is printed twice
Search for
GD.Print("JUMP");
in code to find relevant code
Steps to reproduce
GD.Print("JUMP");
in code to find relevant code