Search found 5 matches
- Sun Jan 28, 2024 6:52 am
- Forum: Support and Development
- Topic: Hardon collider Problem coming in dectectings collision properly
- Replies: 6
- Views: 2139
Re: Hardon collider Problem coming in dectectings collision properly
Sorry to bear bad news, but HC is pretty outdated. You can search forum for mentions, I also mention there using older version that was less buggy. Thanks to insure that I was looking for physics library what do you think which is the best Difficult to say. I tried them (probably) all - breezefield...
- Sat Jan 27, 2024 3:09 am
- Forum: Support and Development
- Topic: Hardon collider Problem coming in dectectings collision properly
- Replies: 6
- Views: 2139
- Fri Jan 26, 2024 12:27 pm
- Forum: Support and Development
- Topic: Hardon collider Problem coming in dectectings collision properly
- Replies: 6
- Views: 2139
Hardon collider Problem coming in dectectings collision properly
So I was using Physics of HC (Hardon Collider) and I was trying to Checking sides of Tiles collider The player object is getting inside the tile and the sides are not properly getting check here is code for checking sides its in Init.lua folder Physiclab local collisions = HC.collisions(e) for other...
- Thu Dec 28, 2023 3:05 pm
- Forum: Support and Development
- Topic: How I can use breezefiled callback collisions for platformer
- Replies: 0
- Views: 82503
How I can use breezefiled callback collisions for platformer
Hi there I was making a platformer for my game and I was using breezefiled library for physics I having a problem in callback function for collision dectection I was trying to check ground with player and solid tiles in PLayer.lua line 34 I was attempt to use enter and exit function together functio...
- Fri May 12, 2023 1:29 pm
- Forum: Support and Development
- Topic: How I change directory with love.filesystem
- Replies: 2
- Views: 2280
How I change directory with love.filesystem
Hi there everyone I was new I LOVE I was trying to a filesystem that write file in Lua for entities and ingame propertys I want that I save my file in different dictionary not on main LOVE dictionary