Skip to content

Commit

Permalink
indentation only
Browse files Browse the repository at this point in the history
  • Loading branch information
tst2005 committed Jun 2, 2019
1 parent ecb0136 commit 8353bae
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions prototypes/style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@ local modname = "__blueprint_flip_and_turn__"

data:extend(
{
{
type = "font",
name = "blpflip_font",
from = "default",
size = 10
}
{
type = "font",
name = "blpflip_font",
from = "default",
size = 10
}
}
)

data.raw["gui-style"].default["blpflip_button_horizontal"] =
{
type = "button_style",
parent = "button",
width = 36,
height = 36,
top_padding = 6,
right_padding = 0,
bottom_padding = 0,
left_padding = 0,
font = "blpflip_font",
default_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 0,
y = 0,
},
hovered_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 0,
y = 36,
},
clicked_graphical_set =
{
filename = modname .. "/graphics/gui.png",
width = 36,
height = 36,
x = 0,
y = 36,
},
type = "button_style",
parent = "button",
width = 36,
height = 36,
top_padding = 6,
right_padding = 0,
bottom_padding = 0,
left_padding = 0,
font = "blpflip_font",
default_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 0,
y = 0,
},
hovered_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 0,
y = 36,
},
clicked_graphical_set =
{
filename = modname .. "/graphics/gui.png",
width = 36,
height = 36,
x = 0,
y = 36,
},
left_click_sound =
{
filename = "__core__/sound/gui-click.ogg",
Expand All @@ -57,41 +57,41 @@ data.raw["gui-style"].default["blpflip_button_horizontal"] =

data.raw["gui-style"].default["blpflip_button_vertical"] =
{
type = "button_style",
parent = "button",
width = 36,
height = 36,
top_padding = 6,
right_padding = 0,
bottom_padding = 0,
left_padding = 0,
font = "blpflip_font",
default_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 36,
y = 0,
},
hovered_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 36,
y = 36,
},
clicked_graphical_set =
{
filename = modname .. "/graphics/gui.png",
width = 36,
height = 36,
x = 36,
y = 36,
},
type = "button_style",
parent = "button",
width = 36,
height = 36,
top_padding = 6,
right_padding = 0,
bottom_padding = 0,
left_padding = 0,
font = "blpflip_font",
default_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 36,
y = 0,
},
hovered_graphical_set =
{
filename = modname .. "/graphics/gui.png",
priority = "extra-high-no-scale",
width = 36,
height = 36,
x = 36,
y = 36,
},
clicked_graphical_set =
{
filename = modname .. "/graphics/gui.png",
width = 36,
height = 36,
x = 36,
y = 36,
},
left_click_sound =
{
filename = "__core__/sound/gui-click.ogg",
Expand Down

0 comments on commit 8353bae

Please sign in to comment.