Search found 65 matches
- Sat Aug 18, 2012 5:25 pm
- Forum: Support and Development
- Topic: Inserting into tables
- Replies: 21
- Views: 8940
Re: Inserting into tables
Ok, so how would I then draw the object in different places. Let's say, get the position of the mouse cursor and draw the multiple instances of the ball at different places and then delete them? You can use this image every time you want to draw it: function love.draw() love.graphics.draw(objects.b...
- Sat Aug 04, 2012 5:21 pm
- Forum: Support and Development
- Topic: Point an arrow to the right angle
- Replies: 13
- Views: 9630
Re: Point an arrow to the right angle
Wait wait wait, what exactly do you want?
Also, you can use math.deg(ang in rad) for angle convertingand you didn't see anything
Also, you can use math.deg(ang in rad) for angle converting
- Sat Aug 04, 2012 9:28 am
- Forum: Support and Development
- Topic: Point an arrow to the right angle
- Replies: 13
- Views: 9630
Re: Point an arrow to the right angle
There's a function math.atan2( y , x ) (not sure why 2, just because math.atan is not cool) Something like this (not tested, you may have to reverse the ending and starting point) local guy = { x = 100, y = 100} -- your hero local aim = { x = 10, y = 10} -- his point of aim function love.draw() loca...
- Fri Jul 20, 2012 8:53 am
- Forum: General
- Topic: What's up with https here?
- Replies: 5
- Views: 2806
- Sun Jul 15, 2012 5:55 pm
- Forum: Games and Creations
- Topic: My first game! :DDDD (WIP) Feedback please :)
- Replies: 12
- Views: 7657
Re: My first game! :DDDD (WIP) Feedback please :)
Good game! Like the sounds but staring at the backgroud gives me a headache
Actually I posted to say topic count trips
Actually I posted to say topic count trips
- Sun Jul 15, 2012 1:03 pm
- Forum: General
- Topic: Commercial games.
- Replies: 10
- Views: 7829
- Sun Jul 15, 2012 12:31 pm
- Forum: Games and Creations
- Topic: Mario Kart thing (Tero Kart)
- Replies: 40
- Views: 24783
Re: Mario Kart thing
Wow, It's getting better! I completely agree, The orientation is kind of messed up and grass is really annoying, but it's a WIP and it can be forgiven :) That motion blur is awesome and it definitely needs to be in game! Also, I don't have much experience on that topic but I think it will be cool if...
- Sun Jul 15, 2012 12:19 pm
- Forum: General
- Topic: Commercial games.
- Replies: 10
- Views: 7829
Re: Commercial games.
I believe yes, as LÖVE is licensed under ZLIB (awesome) license: Copyright © 2006-2010 LÖVE Development Team This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is gr...
- Sat Jul 14, 2012 1:12 pm
- Forum: Games and Creations
- Topic: Mario Kart thing (Tero Kart)
- Replies: 40
- Views: 24783
Re: Mario Kart thing
That looks very good! I myself was working on something similar about 2 month ago. Yours is better :3 Also, it uses quads (for small perfomance boost), but I am not sure if it is the proper use for them Ok, here it is: Mode 7.love features: No player picture Fog Bad case of programmer art Low perfom...
- Fri Jun 29, 2012 12:13 pm
- Forum: General
- Topic: How to check the end of a string?
- Replies: 10
- Views: 4903