From a29d66f47fde94920b7db77ccdbcbf22a25d6d04 Mon Sep 17 00:00:00 2001 From: Lynn Date: Mon, 10 Dec 2018 21:34:51 +0100 Subject: [PATCH] Removed unused locals --- map_gen/Diggy/Feature/CoinGathering.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/map_gen/Diggy/Feature/CoinGathering.lua b/map_gen/Diggy/Feature/CoinGathering.lua index 110522e7..993b3e97 100644 --- a/map_gen/Diggy/Feature/CoinGathering.lua +++ b/map_gen/Diggy/Feature/CoinGathering.lua @@ -6,7 +6,6 @@ local Event = require 'utils.event' local Game = require 'utils.game' local ScoreTable = require 'map_gen.Diggy.ScoreTable' -local PlayerStats = require 'features.player_stats' local Debug = require 'map_gen.Diggy.Debug' local Template = require 'map_gen.Diggy.Template' local Perlin = require 'map_gen.shared.perlin_noise' @@ -19,8 +18,6 @@ local utils = require 'utils.core' -- this local CoinGathering = {} -local coin_color = {r = 255, g = 215, b = 0} - -- some GUI stuff local function redraw_table(data) local list = data.list