diff --git a/README.md b/README.md index d2b1560..ee6c7b5 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ local LightWorld = require "lib/light_world" -- create light world lightWorld = LightWorld({ - drawBackground = drawBackground, //the callback to use for drawing the background - drawForground = drawForground, //the callback to use for drawing the foreground - ambient = {55,55,55}, //the general ambient light in the environment + drawBackground = drawBackground, --the callback to use for drawing the background + drawForground = drawForground, --the callback to use for drawing the foreground + ambient = {55,55,55}, --the general ambient light in the environment }) function love.draw()