mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +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
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user