mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Made launch button more responsive
This commit is contained in:
@@ -81,6 +81,9 @@ end)
|
|||||||
if rocket_silo_data.entity.launch_rocket() then
|
if rocket_silo_data.entity.launch_rocket() then
|
||||||
rocket_silo_data.awaiting_reset = true
|
rocket_silo_data.awaiting_reset = true
|
||||||
element.enabled = false
|
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
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user