mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-08-29 03:42: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 |
5
swat.lua
5
swat.lua
@@ -4,8 +4,8 @@ fly = {
|
|||||||
x = 50,
|
x = 50,
|
||||||
y = 50,
|
y = 50,
|
||||||
sprite = love.graphics.newImage("data/fly.png"),
|
sprite = love.graphics.newImage("data/fly.png"),
|
||||||
af = love.graphics.newQuad(0, 0, 512, 512, 1024, 512),
|
af = love.graphics.newQuad(87, 40, 75, 66, 368, 195), --162 106
|
||||||
bf = love.graphics.newQuad(512, 0, 512, 512, 1024, 512),
|
af = love.graphics.newQuad(87, 40, 75, 66, 368, 195), --162 106
|
||||||
rot = 0,
|
rot = 0,
|
||||||
scl = 20,
|
scl = 20,
|
||||||
anf = 0,
|
anf = 0,
|
||||||
@@ -120,3 +120,4 @@ function fly:newFly()
|
|||||||
fly.timer = false
|
fly.timer = false
|
||||||
fly.anf = 0
|
fly.anf = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user