v1.0.30
This commit is contained in:
parent
91b171692d
commit
7594105626
8 changed files with 991 additions and 4 deletions
15
data.lua
15
data.lua
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue