Search found 1 match
- Sat Nov 09, 2013 6:53 pm
- Forum: General
- Topic: Particle System Problem
- Replies: 1
- Views: 999
Particle System Problem
This won't create particles on the screen for some reason. I'm new to this, did I miss anything? There are no errors. function love.draw() x, y = love.mouse:getPosition() image = love.graphics.newImage("Electisock.png") particlesystem = love.graphics.newParticleSystem(image,100) particlesy...