Search found 1 match
- Tue Oct 13, 2009 3:38 pm
- Forum: General
- Topic: What's wrong with this?
- Replies: 2
- Views: 3009
What's wrong with this?
I'm using love for a few weeks, and I'm making some sort of Alien Invader. function load() gg = love.graphics.newImage("greenguy.png") rg = love.graphics.newImage("redguy.png") x = 200 y = 400 x2 = 200 y2 = 10 speed = 200 fl = false fx = true go = love.graphics.newImage("gam...