nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Unity Slide Entities #384

Closed nsmryan closed 2 years ago

nsmryan commented 2 years ago

Need a way to slide entities around.

Entity script is used for walls and stuff too, so need a way to set position, move position, and likely to change environment spawning code to use SetPosition. SetPosition would somehow bypass the interpolation.