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:
commit
32e012790d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user