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:
parent
eaab7b9b3c
commit
7b393ed65c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user