Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywerner committed Dec 22, 2017
1 parent 6badc3e commit ce25d47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand All @@ -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")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce25d47

Please sign in to comment.