Implement movement smoothing on Player entity

This commit is contained in:
Squinty 2024-04-19 22:02:37 +00:00
parent 7f593d2134
commit d349c440e4
11 changed files with 587 additions and 77 deletions

View file

@ -0,0 +1,7 @@
[plugin]
name="Smoothing"
description="Smoothing nodes for fixed timestep interpolation."
author="Lawnjelly"
version="1.2.1"
script="smoothing_plugin.gd"