Änderungen

Summary

  1. fix error related to the friction effect threshold (details)
  2. add player.panCamera method for vec2 (details)
Commit 883030e4790a68880ecddbc40edca270302d41b9 by cokemonkey11
fix error related to the friction effect threshold

the problem is that existing code compares a squared value to a scalar.
The file was modifiedwurst/systems/Knockback3.wurst (diff)
Commit c7275b9e33ce73123de61e12ebef4afee5f94f6b by cokemonkey11
add player.panCamera method for vec2
The file was modifiedwurst/handles/Player.wurst (diff)