mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
Removed unused locals
This commit is contained in:
parent
bff12f1fdb
commit
a29d66f47f
@ -6,7 +6,6 @@
|
|||||||
local Event = require 'utils.event'
|
local Event = require 'utils.event'
|
||||||
local Game = require 'utils.game'
|
local Game = require 'utils.game'
|
||||||
local ScoreTable = require 'map_gen.Diggy.ScoreTable'
|
local ScoreTable = require 'map_gen.Diggy.ScoreTable'
|
||||||
local PlayerStats = require 'features.player_stats'
|
|
||||||
local Debug = require 'map_gen.Diggy.Debug'
|
local Debug = require 'map_gen.Diggy.Debug'
|
||||||
local Template = require 'map_gen.Diggy.Template'
|
local Template = require 'map_gen.Diggy.Template'
|
||||||
local Perlin = require 'map_gen.shared.perlin_noise'
|
local Perlin = require 'map_gen.shared.perlin_noise'
|
||||||
@ -19,8 +18,6 @@ local utils = require 'utils.core'
|
|||||||
-- this
|
-- this
|
||||||
local CoinGathering = {}
|
local CoinGathering = {}
|
||||||
|
|
||||||
local coin_color = {r = 255, g = 215, b = 0}
|
|
||||||
|
|
||||||
-- some GUI stuff
|
-- some GUI stuff
|
||||||
local function redraw_table(data)
|
local function redraw_table(data)
|
||||||
local list = data.list
|
local list = data.list
|
||||||
|
Loading…
Reference in New Issue
Block a user