Nah, I see it as kind of fun, not everything has to be serious you know, The best part is the nsfw name lol.
But This is really cool, and pretty useful too
Search found 8 matches
- Mon Apr 19, 2010 10:59 pm
- Forum: Libraries and Tools
- Topic: 2D-Vector class library
- Replies: 20
- Views: 18506
- Mon Apr 12, 2010 11:42 pm
- Forum: Support and Development
- Topic: Images dont Load
- Replies: 8
- Views: 8671
Re: Images dont Load
Wow! Thanks for the all the help, everything works fine now.
- Mon Apr 12, 2010 1:52 am
- Forum: Support and Development
- Topic: Images dont Load
- Replies: 8
- Views: 8671
Re: Images dont Load
Okay, but just for the sake of knowing can you take the bit of code i used, and show me how to correctly implement the padding function?
- Mon Apr 12, 2010 1:46 am
- Forum: Support and Development
- Topic: Images dont Load
- Replies: 8
- Views: 8671
Re: Images dont Load
Hmm, Seems almost unnesecary lol. So would it just be best to use all images that are a power of two?
- Mon Apr 12, 2010 1:16 am
- Forum: Support and Development
- Topic: Images dont Load
- Replies: 8
- Views: 8671
Re: Images dont Load
I just used the Hamster Tutorial, but replaced it with the love logo function love.load() lovelogo = love.graphics.newImage("love-logo.JPG") x = 40 y = 50 speed = 100 end function love.update(dt) if love.keyboard.isDown("right") then x = x + (speed * dt) elseif love.keyboard.isDo...
- Mon Apr 12, 2010 1:10 am
- Forum: Support and Development
- Topic: Images dont Load
- Replies: 8
- Views: 8671
Images dont Load
Images dont Load, when I Draw them, all i get is a white block in the dimensions of the original object, am i doing something wrong or is it a hardware failure?
- Sun Apr 11, 2010 11:17 pm
- Forum: Support and Development
- Topic: New to Lua and love
- Replies: 3
- Views: 3573
Re: New to Lua and love
Thanks for all the help! I just kept tinkering around with it more and more, and got it working! I cant wait to get started working with this engine.
- Sat Apr 10, 2010 6:30 pm
- Forum: Support and Development
- Topic: New to Lua and love
- Replies: 3
- Views: 3573
New to Lua and love
Hello, Im a new to game developement, and i found this site, and i thought it might be fun to create a 2D game using this engine. However, I went to the Getting Started Page on the wiki, and thats about as far as i got, how Would i go about, adding sound to the Hello World Code given on the Getting ...