1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Merge pull request #66 from Valansch/develop_tris

Update to the icon per Red and popular input
This commit is contained in:
Valansch 2017-09-26 14:29:17 +02:00 committed by GitHub
commit 32e012790d

View File

@ -7,7 +7,7 @@ local function create_tasklist_gui(event)
local player = game.players[event.player_index]
if player.gui.top.tasklist == nil then
local button = player.gui.top.add { name = "tasklist", type = "sprite-button", sprite = "item/blueprint" }
local button = player.gui.top.add { name = "tasklist", type = "sprite-button", sprite = "item/discharge-defense-remote" }
button.style.font = "default-bold"
button.style.minimal_height = 38
button.style.minimal_width = 38