Skip to content

Commit ce25d47

Browse files
committed
Increase version
1 parent 6badc3e commit ce25d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
-- it under the terms of the GNU General Public License as published by
33
-- the Free Software Foundation, either version 3 of the License, or
44
-- any later version.
5-
5+
66
-- This program is distributed in the hope that it will be useful,
77
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
88
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
99
-- GNU General Public License for more details.
10-
10+
1111
-- You should have received a copy of the GNU General Public License
1212
-- along with this program. If not, see http://www.gnu.org/licenses/.
1313

@@ -16,7 +16,7 @@
1616
-- Written by Wesley "keyboard monkey" Werner 2015
1717
-- https://github.com/wesleywerner/
1818

19-
VERSION = "0.2.2.2"
19+
VERSION = "0.2.3"
2020
DEBUG = false
2121
spriteManager = require("modules.sprite-state-manager")
2222
stateManager = require ("modules.states")
@@ -128,7 +128,7 @@ end
128128
-- A global function to load a sprite and calculate the center point.
129129
function loadSprite (path)
130130
-- Store sprites as
131-
-- sprite.image
131+
-- sprite.image
132132
-- sprite.size (width, height)
133133
-- sprite.ox draw offset x
134134
-- sprite.oy draw offset y

0 commit comments

Comments
 (0)