Fixed a few bugs

This commit is contained in:
Cooldude2606
2017-11-30 19:15:38 +00:00
parent 95ff205e2a
commit 4efa83edd9
5 changed files with 17 additions and 8 deletions

View File

@@ -217,7 +217,7 @@ setmetatable(defines.lightcolor, _mt.lightcolor)
--require 'stdlib/defines/color'
local fail_if_missing = require 'game'['fail_if_missing']
Color = {} --luacheck: allow defined top
local Color = {} --luacheck: allow defined top
--- Set a value for the alpha channel in the given color table.
-- `color.a` represents the alpha channel in the given color table.