From 9f00de8ae264bb85a2ea1eea91a44fdabb913cc2 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Wed, 29 May 2019 20:37:41 +0100 Subject: [PATCH] Made launch button more responsive --- modules/gui/rocket-info.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui/rocket-info.lua b/modules/gui/rocket-info.lua index 6510ec06..129b7c73 100644 --- a/modules/gui/rocket-info.lua +++ b/modules/gui/rocket-info.lua @@ -81,6 +81,9 @@ end) if rocket_silo_data.entity.launch_rocket() then rocket_silo_data.awaiting_reset = true element.enabled = false + local progress_label = element.parent.parent[rocket_silo_name].label + progress_label.caption = {'rocket-info.progress-launched'} + progress_label.style.font_color = Colors.green end end)