pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

Port the physics to 3.1 #47

Closed henriiquecampos closed 4 years ago

henriiquecampos commented 5 years ago

With Godot 3.1 the system can go back at full speed for more features, but before adding more features it will pass through an update that will break compatibility, moving many of the KinematicBody2D.move_and_slide calls to KinematicBody2D.move_and_slide_and_snap

henriiquecampos commented 4 years ago

Closed in #48