From ce25d474ed89b4e5f584de44c08228f1556539a1 Mon Sep 17 00:00:00 2001 From: Wesley Date: Fri, 22 Dec 2017 10:01:56 +0200 Subject: [PATCH] Increase version --- main.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.lua b/main.lua index ce68d12..0b1fba7 100644 --- a/main.lua +++ b/main.lua @@ -2,12 +2,12 @@ -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- any later version. - + -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. - + -- You should have received a copy of the GNU General Public License -- along with this program. If not, see http://www.gnu.org/licenses/. @@ -16,7 +16,7 @@ -- Written by Wesley "keyboard monkey" Werner 2015 -- https://github.com/wesleywerner/ -VERSION = "0.2.2.2" +VERSION = "0.2.3" DEBUG = false spriteManager = require("modules.sprite-state-manager") stateManager = require ("modules.states") @@ -128,7 +128,7 @@ end -- A global function to load a sprite and calculate the center point. function loadSprite (path) -- Store sprites as - -- sprite.image + -- sprite.image -- sprite.size (width, height) -- sprite.ox draw offset x -- sprite.oy draw offset y