Search found 4 matches
- Thu Jul 17, 2014 12:54 am
- Forum: Support and Development
- Topic: Problem to separate lua files
- Replies: 1
- Views: 1962
Problem to separate lua files
Hey guys, I've already finished my game and it was running normal(without any problems), but it's all in main.lua file and i decided to separate in other files like enemy.lua, player.lua,... I was doing this when I stumbled upon a problem I can not describe, but I'll post the code of the game here s...
- Thu Jul 10, 2014 1:24 am
- Forum: Support and Development
- Topic: Help with Collisions
- Replies: 5
- Views: 2862
Re: Help with Collisions
Thanks man, this is just awesome. Thanks a lot
- Wed Jul 09, 2014 2:35 pm
- Forum: Support and Development
- Topic: Help with Collisions
- Replies: 5
- Views: 2862
Re: Help with Collisions
Thanks a lot guys, you two helped me a lot and finally I have an idea of how to check collisions and remove objects.
Thank you very much.
And MadByte, i really want to see a fully working example please
Thank you very much.
And MadByte, i really want to see a fully working example please
- Wed Jul 09, 2014 4:02 am
- Forum: Support and Development
- Topic: Help with Collisions
- Replies: 5
- Views: 2862
Help with Collisions
Hey guys, i've already read some tutorials about collisions, but my question still remains. I'm a Love2D newbie, and i'm having troubles with collisions. I'm making a game like Asteroid, i've already did the spaceship, the bullets and a star. The thing is, the star must disappear when touched by the...