diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-15 23:10:31 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-15 23:10:31 +0200 |
commit | 655846d353aac509f3155df23471983b7902b8f1 (patch) | |
tree | 49c4d7b8f2dea62f90eee5e769795bf9b414f675 /cloud.lua | |
parent | 32a4ebfa5a8af65bd763dfaeef0a0217e94cceeb (diff) | |
download | roflnauts-655846d353aac509f3155df23471983b7902b8f1.zip roflnauts-655846d353aac509f3155df23471983b7902b8f1.tar.gz roflnauts-655846d353aac509f3155df23471983b7902b8f1.tar.bz2 |
defaults
Diffstat (limited to 'cloud.lua')
-rw-r--r-- | cloud.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,10 +5,10 @@ -- Metatable of `Cloud` Cloud = { - x = 0, -- position horizontal - y = 0, -- position vertical - t = 1, -- type (sprite number) - v = 6, -- velocity + x = 0, -- position horizontal + y = 0, -- position vertical + t = 1, -- type (sprite number) + v = 13, -- velocity sprite = love.graphics.newImage("assets/clouds.png"), quads = { [1] = love.graphics.newQuad( 1, 1, 158,47, 480,49), |