This commit is contained in:
PreLeyZero 2024-02-20 23:54:32 +01:00
parent 91b171692d
commit 7594105626
8 changed files with 991 additions and 4 deletions

View file

@ -134,6 +134,21 @@ if data.raw.technology["atomic-bomb"] then
table.insert(data.raw.technology["atomic-bomb"].effects, {type ="unlock-recipe", recipe ="fi_atomic_bomb_recipe"})
end
local style = data.raw["gui-style"]["default"]
style.ei_subheader_frame = {
type = "frame_style",
parent = "subheader_frame",
horizontally_stretchable = "on"
}
style.ei_titlebar_draggable_spacer = {
type = "empty_widget_style",
parent = "draggable_space",
height = 24,
horizontally_stretchable = "on",
left_margin = 4,
right_margin = 4
}
--overhaul
require('scripts/overhaul')