Difference between revisions of "Bump"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
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.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
require "cbump"
 
require "cbump"
</source>
+
</syntaxhighlight>
  
 
  '''See full original documentation here: https://github.com/kikito/bump.lua'''
 
  '''See full original documentation here: https://github.com/kikito/bump.lua'''

Latest revision as of 15:27, 13 July 2023

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2017.8

Description

This is a native (and much faster) implementation of excellent bump.lua collision library.

require "cbump"
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

Events

Constants