From 655846d353aac509f3155df23471983b7902b8f1 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 May 2016 23:10:31 +0200 Subject: defaults --- cloud.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cloud.lua') diff --git a/cloud.lua b/cloud.lua index c039c95..c92824f 100644 --- a/cloud.lua +++ b/cloud.lua @@ -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), -- cgit v1.1