mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Fix the toast color display
This commit is contained in:
parent
9595d31665
commit
6d32ef7f74
@ -93,8 +93,8 @@ local function toast_to(player, duration, sound)
|
||||
local progressbar = frame.add({type = 'progressbar', name = toast_progress_name})
|
||||
local style = progressbar.style
|
||||
style.width = 290
|
||||
style.height = 3
|
||||
style.color = Color.grey
|
||||
style.height = 4
|
||||
style.color = Color.orange
|
||||
progressbar.value = 1 -- it starts full
|
||||
|
||||
local id = autoincrement()
|
||||
|
Loading…
Reference in New Issue
Block a user