1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-27 22:38:18 +02:00

2.0 changes

Change global -> storage
Rework how rendering works
Game prototypes are now stored inside 'prototypes.#'
Renamed entity names
This commit is contained in:
Gerkiz
2024-09-24 19:37:11 +02:00
parent aafa479432
commit e91b6a352f
247 changed files with 20884 additions and 20879 deletions

View File

@@ -426,7 +426,7 @@ local function create_clear_corpse_frame(player, bottom_frame_data)
)
if button then
button.style.font_color = { 165, 165, 165 }
button.style.font = 'heading-3'
button.style.font = 'default-semibold'
button.style.minimal_height = 36
button.style.maximal_height = 36
button.style.minimal_width = 40