1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Removed unused applied styles to skip button

This commit is contained in:
SimonFlapse 2019-06-10 16:14:18 +02:00
parent f9fb950639
commit 92c61779ed

View File

@ -152,9 +152,6 @@ function Public.register_running_cutscene(player_index, identifier, final_transi
btn.style.minimal_height = 28
btn.style.minimal_width = 150
btn.style.font = 'default-large-bold'
btn.style.margin = 0
btn.style.top_margin = 0
btn.style.bottom_margin = 0
btn.style.font_color = {r = 255, g = 215, b = 0}
running_cutscene.btn = btn