Search found 5 matches
- Tue Apr 25, 2017 12:56 pm
- Forum: Support and Development
- Topic: [Solved]Collision with map doesnt work
- Replies: 4
- Views: 4017
- Mon Apr 24, 2017 2:17 pm
- Forum: Support and Development
- Topic: [Solved]Collision with map doesnt work
- Replies: 4
- Views: 4017
[Solved]Collision with map doesnt work
Hello Guys,
So basically I am making a tile based "dungeon" game. After trying several times I couldn't get the collision in my game done. I want the rectangle to collide with the "1" on the tilemap. Hope you can help me.
Thanks in advance
-Dzemal
So basically I am making a tile based "dungeon" game. After trying several times I couldn't get the collision in my game done. I want the rectangle to collide with the "1" on the tilemap. Hope you can help me.
Thanks in advance
-Dzemal
- Wed Apr 12, 2017 10:17 am
- Forum: Support and Development
- Topic: [Solved] Gridlocked player with smooth movement
- Replies: 1
- Views: 1946
[Solved] Gridlocked player with smooth movement
Hey guys, i followed this tutorial: https://www.love2d.org/wiki/Tutorial:Gridlocked_Player , but i can't get my program to work. I wanted to implement smooth movement but i get an error.(The error is attached) Thanks for help in advance function love.load() player = { x = 256, y = 256, speed = 150 }...
- Wed Sep 28, 2016 6:06 pm
- Forum: Support and Development
- Topic: [Solved] Love2d programming question
- Replies: 4
- Views: 3722
Re: [Solved] Love2d programming question
Hello again,
Your posts helped me a lot. I understand the collision now. Really appreciate it!
Dzemal
Your posts helped me a lot. I understand the collision now. Really appreciate it!
Dzemal
- Tue Sep 27, 2016 3:07 pm
- Forum: Support and Development
- Topic: [Solved] Love2d programming question
- Replies: 4
- Views: 3722
[Solved] Love2d programming question
Hello Guys, im programming a little game and I have a problem. My problem is that the rectangle doesnt go out of the little gap . He can move within the zone. But i want him to move out of the little gap in the right upper corner. How can i do that? Help and suggestions are appreciated. Thank you fu...