summaryrefslogtreecommitdiff
path: root/examples/platformer/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/platformer/main.lua')
-rw-r--r--examples/platformer/main.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua
index 98c5936..f419423 100644
--- a/examples/platformer/main.lua
+++ b/examples/platformer/main.lua
@@ -3,12 +3,6 @@ package.path = package.path..";"..RL.GetBasePath().."../resources/lib/?.lua"
Util = require( "utillib" )
Vec2 = require( "vector2" )
--- print( "RL", RL, #RL )
-
--- for i, v in pairs( RL ) do
--- print( i, v )
--- end
-
local TILE_SIZE = 16
local PLAYER_MAXSPEED = 1.5
local PLAYER_ACCELL = 5