Search found 2 matches

by briancomics
Sun Jul 03, 2022 2:18 pm
Forum: Support and Development
Topic: Moving Platforms
Replies: 5
Views: 1994

Re: Moving Platforms

Edit: The fix for the box landing on the player has an interesting side-effect. That position is now recorded so when you rewind, the box appears to be stuck in mid-air :) The interesting side effect is actually working as needed! There are some puzzles later where the player will need to use their...
by briancomics
Sat Jul 02, 2022 8:51 pm
Forum: Support and Development
Topic: Moving Platforms
Replies: 5
Views: 1994

Moving Platforms

I am trying to make moving platforms in my game. I followed a video on making platformer physics in Pygame and ported it over to Love2D. It works great for static tiles, but when I tried to implement moving boxes, there are all sorts of odd glitches. I stripped down much of my game to showcase the b...