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

  1. Create slime enemy
  2. Play game
  3. Notice how "JUMP" is printed twice
  4. Search for GD.Print("JUMP"); in code to find relevant code