mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
removed debug line
This commit is contained in:
parent
f2549c7b33
commit
88dface4cd
@ -68,6 +68,7 @@ local distance_cell_name = Gui.uid_name()
|
|||||||
local coin_cell_name = Gui.uid_name()
|
local coin_cell_name = Gui.uid_name()
|
||||||
local deaths_cell_name = Gui.uid_name()
|
local deaths_cell_name = Gui.uid_name()
|
||||||
local poke_cell_name = Gui.uid_name()
|
local poke_cell_name = Gui.uid_name()
|
||||||
|
local report_cell_name = Gui.uid_name()
|
||||||
|
|
||||||
local function lighten_color(color)
|
local function lighten_color(color)
|
||||||
color.r = color.r * 0.6 + 0.4
|
color.r = color.r * 0.6 + 0.4
|
||||||
@ -631,7 +632,6 @@ end
|
|||||||
Gui.on_click(
|
Gui.on_click(
|
||||||
poke_cell_name,
|
poke_cell_name,
|
||||||
function(event)
|
function(event)
|
||||||
game.print(serpent.dump(event.element.parent.type))
|
|
||||||
local element = event.element
|
local element = event.element
|
||||||
local button_data = Gui.get_data(element)
|
local button_data = Gui.get_data(element)
|
||||||
local poke_player = button_data.player
|
local poke_player = button_data.player
|
||||||
|
Loading…
x
Reference in New Issue
Block a user