1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

changed button sprite

This commit is contained in:
grilledham 2019-01-20 17:18:01 +00:00
parent eaab7b9b3c
commit 7b393ed65c

View File

@ -27,7 +27,8 @@ local function create_score_gui(event)
local top = player.gui.top
if not top[main_frame_name] then
local button = top.add({type = 'sprite-button', name = main_button_name, sprite = 'item/rocket-silo'})
local button =
top.add({type = 'sprite-button', name = main_button_name, sprite = 'achievement/there-is-no-spoon'})
local style = button.style
style.minimal_height = 38
style.minimal_width = 38