Skip to content

Commit

Permalink
Updated graphic paths to use new pyindustrygraphics.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 19, 2025
1 parent 00a19c5 commit b9ccb5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions prototypes/buildings/oil-derrick.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
local function pipe_picture()
return {
north = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, 1},
},
south = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, -1},
},
west = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {1, 0},
},
east = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
priority = "extra-high",
width = 128,
height = 128,
Expand Down
8 changes: 4 additions & 4 deletions prototypes/buildings/tar-extractor.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
local function pipe_picture()
return {
north = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, 1},
},
south = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, -1},
},
west = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {1, 0},
},
east = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
filename = "__pyindustrygraphics__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
priority = "extra-high",
width = 128,
height = 128,
Expand Down

0 comments on commit b9ccb5c

Please sign in to comment.