summaryrefslogtreecommitdiff
path: root/examples/platformer
diff options
context:
space:
mode:
authorjussi2022-11-11 19:23:35 +0200
committerjussi2022-11-11 19:23:35 +0200
commit921ed3b07f4e8c643161a08744b75562055077ff (patch)
treeee10fca564fd0c9417aa6c40561e994446748549 /examples/platformer
parent1094b1f833553c26125affddf991f8c7f72da225 (diff)
downloadreilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.tar.gz
reilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.tar.bz2
reilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.zip
Lua interpreter mode and easings module.
Diffstat (limited to 'examples/platformer')
-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 d68b3b8..e325fbd 100644
--- a/examples/platformer/main.lua
+++ b/examples/platformer/main.lua
@@ -80,12 +80,6 @@ local function createMap()
tilemap.tiles[1][8] = 6
end
-function log( logLevel, message )
- if logLevel == LOG_WARNING then
- error( "Terminated because of warning" )
- end
-end
-
function init()
local monitorPos = Vec2:new( RL_GetMonitorPosition( monitor ) )
local monitorSize = Vec2:new( RL_GetMonitorSize( monitor ) )