mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-08-28 11:22:40 +00:00
euhm
This commit is contained in:
BIN
data/fly.png
BIN
data/fly.png
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 9.7 KiB |
BIN
data/flyOLD.png
Normal file
BIN
data/flyOLD.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
7
swat.lua
7
swat.lua
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user