Search found 3 matches
- Sat Jul 31, 2021 12:57 am
- Forum: General
- Topic: I need some help with a player reacting to collision detection.
- Replies: 7
- Views: 4692
Re: I need some help with a player reacting to collision detection.
i already use that in my game though. the problem is that I am having problems having the player react to the collision detection. I am trying to make it so the player cant pass through objects in the game. Then you can try implement pixel-perfect movement in game For example: (pseudo code) local d...
- Fri Jul 30, 2021 4:30 pm
- Forum: General
- Topic: I need some help with a player reacting to collision detection.
- Replies: 7
- Views: 4692
Re: I need some help with a player reacting to collision detection.
i already use that in my game though. the problem is that I am having problems having the player react to the collision detection. I am trying to make it so the player cant pass through objects in the game.
- Fri Jul 30, 2021 4:31 am
- Forum: General
- Topic: I need some help with a player reacting to collision detection.
- Replies: 7
- Views: 4692
I need some help with a player reacting to collision detection.
NewGameTest.love I'm new to game programming and love2d. So I am having a difficult time having the player react to collision detection and was wondering if anyone would care to give me advice. I have tried multiple things for reacting to collision detection including: blocking the players input, a...