This commit is contained in:
2018-08-31 02:44:56 +02:00
parent 5b314fe022
commit 4e894d0a1d
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
data/flyOLD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -4,8 +4,8 @@ fly = {
x = 50,
y = 50,
sprite = love.graphics.newImage("data/fly.png"),
af = love.graphics.newQuad(0, 0, 512, 512, 1024, 512),
bf = love.graphics.newQuad(512, 0, 512, 512, 1024, 512),
af = love.graphics.newQuad(87, 40, 75, 66, 368, 195), --162 106
af = love.graphics.newQuad(87, 40, 75, 66, 368, 195), --162 106
rot = 0,
scl = 20,
anf = 0,
@@ -119,4 +119,5 @@ function fly:newFly()
fly.tl = 0
fly.timer = false
fly.anf = 0
end
end