Difference between revisions of "Bump"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 6: | Line 6: | ||
=== Description === | === Description === | ||
This is a native (and much faster) implementation of excellent ''bump.lua'' collision library. | This is a native (and much faster) implementation of excellent ''bump.lua'' collision library. | ||
− | < | + | <syntaxhighlight lang="lua"> |
require "cbump" | require "cbump" | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Supported platforms:
Available since: Gideros 2017.8
Description
This is a native (and much faster) implementation of excellent bump.lua collision library. <syntaxhighlight lang="lua"> require "cbump" </source>
See full original documentation here: https://github.com/kikito/bump.lua
You may also have a look at this section CBump, which is a full cbump 2D Platformer template.
Methods |
EventsConstants |