Code: Select all
data.raw["gui-style"].default.new_style = {
type = "frame_style",
vertical_flow_style = {
type = "vertical_flow_style",
parent = "nonexistent_style"
}
}
Code: Select all
data.raw["gui-style"].default.new_style = {
type = "frame_style",
vertical_flow_style = {
type = "vertical_flow_style",
parent = "nonexistent_style"
}
}