File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
-- it under the terms of the GNU General Public License as published by
3
3
-- the Free Software Foundation, either version 3 of the License, or
4
4
-- any later version.
5
-
5
+
6
6
-- This program is distributed in the hope that it will be useful,
7
7
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
8
8
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
9
-- GNU General Public License for more details.
10
-
10
+
11
11
-- You should have received a copy of the GNU General Public License
12
12
-- along with this program. If not, see http://www.gnu.org/licenses/.
13
13
16
16
-- Written by Wesley "keyboard monkey" Werner 2015
17
17
-- https://github.com/wesleywerner/
18
18
19
- VERSION = " 0.2.2.2 "
19
+ VERSION = " 0.2.3 "
20
20
DEBUG = false
21
21
spriteManager = require (" modules.sprite-state-manager" )
22
22
stateManager = require (" modules.states" )
128
128
-- A global function to load a sprite and calculate the center point.
129
129
function loadSprite (path )
130
130
-- Store sprites as
131
- -- sprite.image
131
+ -- sprite.image
132
132
-- sprite.size (width, height)
133
133
-- sprite.ox draw offset x
134
134
-- sprite.oy draw offset y
You can’t perform that action at this time.
0 commit comments